Uses of Class
io.envoyproxy.envoy.config.bootstrap.v3.Bootstrap.ApplicationLogConfig.LogFormat.Builder
Packages that use Bootstrap.ApplicationLogConfig.LogFormat.Builder
-
Uses of Bootstrap.ApplicationLogConfig.LogFormat.Builder in io.envoyproxy.envoy.config.bootstrap.v3
Fields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type Bootstrap.ApplicationLogConfig.LogFormat.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Bootstrap.ApplicationLogConfig.LogFormat, Bootstrap.ApplicationLogConfig.LogFormat.Builder, Bootstrap.ApplicationLogConfig.LogFormatOrBuilder> Bootstrap.ApplicationLogConfig.Builder.logFormatBuilder_
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return Bootstrap.ApplicationLogConfig.LogFormat.BuilderModifier and TypeMethodDescriptionBootstrap.ApplicationLogConfig.LogFormat.Builder.clear()
Bootstrap.ApplicationLogConfig.LogFormat.Builder.clearJsonFormat()
Flush application logs in JSON format.Bootstrap.ApplicationLogConfig.LogFormat.Builder.clearLogFormat()
Bootstrap.ApplicationLogConfig.LogFormat.Builder.clearTextFormat()
Flush application log in a format defined by a string.Bootstrap.ApplicationLogConfig.Builder.getLogFormatBuilder()
Optional field to set the application logs format.Bootstrap.ApplicationLogConfig.LogFormat.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Bootstrap.ApplicationLogConfig.LogFormat.Builder.mergeFrom
(com.google.protobuf.Message other) Bootstrap.ApplicationLogConfig.LogFormat.Builder.mergeFrom
(Bootstrap.ApplicationLogConfig.LogFormat other) Bootstrap.ApplicationLogConfig.LogFormat.Builder.mergeJsonFormat
(com.google.protobuf.Struct value) Flush application logs in JSON format.Bootstrap.ApplicationLogConfig.LogFormat.newBuilder()
Bootstrap.ApplicationLogConfig.LogFormat.newBuilder
(Bootstrap.ApplicationLogConfig.LogFormat prototype) Bootstrap.ApplicationLogConfig.LogFormat.newBuilderForType()
Bootstrap.ApplicationLogConfig.LogFormat.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Bootstrap.ApplicationLogConfig.LogFormat.Builder.setJsonFormat
(com.google.protobuf.Struct value) Flush application logs in JSON format.Bootstrap.ApplicationLogConfig.LogFormat.Builder.setJsonFormat
(com.google.protobuf.Struct.Builder builderForValue) Flush application logs in JSON format.Bootstrap.ApplicationLogConfig.LogFormat.Builder.setTextFormat
(String value) Flush application log in a format defined by a string.Bootstrap.ApplicationLogConfig.LogFormat.Builder.setTextFormatBytes
(com.google.protobuf.ByteString value) Flush application log in a format defined by a string.Bootstrap.ApplicationLogConfig.LogFormat.toBuilder()
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type Bootstrap.ApplicationLogConfig.LogFormat.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Bootstrap.ApplicationLogConfig.LogFormat, Bootstrap.ApplicationLogConfig.LogFormat.Builder, Bootstrap.ApplicationLogConfig.LogFormatOrBuilder> Bootstrap.ApplicationLogConfig.Builder.internalGetLogFormatFieldBuilder()
Optional field to set the application logs format.Methods in io.envoyproxy.envoy.config.bootstrap.v3 with parameters of type Bootstrap.ApplicationLogConfig.LogFormat.BuilderModifier and TypeMethodDescriptionBootstrap.ApplicationLogConfig.Builder.setLogFormat
(Bootstrap.ApplicationLogConfig.LogFormat.Builder builderForValue) Optional field to set the application logs format.