Uses of Class
io.envoyproxy.envoy.config.bootstrap.v3.Bootstrap.ApplicationLogConfig
-
Packages that use Bootstrap.ApplicationLogConfig Package Description io.envoyproxy.envoy.config.bootstrap.v3 -
-
Uses of Bootstrap.ApplicationLogConfig in io.envoyproxy.envoy.config.bootstrap.v3
Fields in io.envoyproxy.envoy.config.bootstrap.v3 declared as Bootstrap.ApplicationLogConfig Modifier and Type Field Description private Bootstrap.ApplicationLogConfig
Bootstrap. applicationLogConfig_
private Bootstrap.ApplicationLogConfig
Bootstrap.Builder. applicationLogConfig_
private static Bootstrap.ApplicationLogConfig
Bootstrap.ApplicationLogConfig. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type Bootstrap.ApplicationLogConfig Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Bootstrap.ApplicationLogConfig,Bootstrap.ApplicationLogConfig.Builder,Bootstrap.ApplicationLogConfigOrBuilder>
Bootstrap.Builder. applicationLogConfigBuilder_
private static com.google.protobuf.Parser<Bootstrap.ApplicationLogConfig>
Bootstrap.ApplicationLogConfig. PARSER
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return Bootstrap.ApplicationLogConfig Modifier and Type Method Description Bootstrap.ApplicationLogConfig
Bootstrap.ApplicationLogConfig.Builder. build()
Bootstrap.ApplicationLogConfig
Bootstrap.ApplicationLogConfig.Builder. buildPartial()
Bootstrap.ApplicationLogConfig
Bootstrap.Builder. getApplicationLogConfig()
Optional application log configuration.Bootstrap.ApplicationLogConfig
Bootstrap. getApplicationLogConfig()
Optional application log configuration.Bootstrap.ApplicationLogConfig
BootstrapOrBuilder. getApplicationLogConfig()
Optional application log configuration.static Bootstrap.ApplicationLogConfig
Bootstrap.ApplicationLogConfig. getDefaultInstance()
Bootstrap.ApplicationLogConfig
Bootstrap.ApplicationLogConfig.Builder. getDefaultInstanceForType()
Bootstrap.ApplicationLogConfig
Bootstrap.ApplicationLogConfig. getDefaultInstanceForType()
static Bootstrap.ApplicationLogConfig
Bootstrap.ApplicationLogConfig. parseDelimitedFrom(java.io.InputStream input)
static Bootstrap.ApplicationLogConfig
Bootstrap.ApplicationLogConfig. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Bootstrap.ApplicationLogConfig
Bootstrap.ApplicationLogConfig. parseFrom(byte[] data)
static Bootstrap.ApplicationLogConfig
Bootstrap.ApplicationLogConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Bootstrap.ApplicationLogConfig
Bootstrap.ApplicationLogConfig. parseFrom(com.google.protobuf.ByteString data)
static Bootstrap.ApplicationLogConfig
Bootstrap.ApplicationLogConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Bootstrap.ApplicationLogConfig
Bootstrap.ApplicationLogConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static Bootstrap.ApplicationLogConfig
Bootstrap.ApplicationLogConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Bootstrap.ApplicationLogConfig
Bootstrap.ApplicationLogConfig. parseFrom(java.io.InputStream input)
static Bootstrap.ApplicationLogConfig
Bootstrap.ApplicationLogConfig. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Bootstrap.ApplicationLogConfig
Bootstrap.ApplicationLogConfig. parseFrom(java.nio.ByteBuffer data)
static Bootstrap.ApplicationLogConfig
Bootstrap.ApplicationLogConfig. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type Bootstrap.ApplicationLogConfig Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Bootstrap.ApplicationLogConfig,Bootstrap.ApplicationLogConfig.Builder,Bootstrap.ApplicationLogConfigOrBuilder>
Bootstrap.Builder. getApplicationLogConfigFieldBuilder()
Optional application log configuration.com.google.protobuf.Parser<Bootstrap.ApplicationLogConfig>
Bootstrap.ApplicationLogConfig. getParserForType()
static com.google.protobuf.Parser<Bootstrap.ApplicationLogConfig>
Bootstrap.ApplicationLogConfig. parser()
Methods in io.envoyproxy.envoy.config.bootstrap.v3 with parameters of type Bootstrap.ApplicationLogConfig Modifier and Type Method Description private void
Bootstrap.ApplicationLogConfig.Builder. buildPartial0(Bootstrap.ApplicationLogConfig result)
Bootstrap.Builder
Bootstrap.Builder. mergeApplicationLogConfig(Bootstrap.ApplicationLogConfig value)
Optional application log configuration.Bootstrap.ApplicationLogConfig.Builder
Bootstrap.ApplicationLogConfig.Builder. mergeFrom(Bootstrap.ApplicationLogConfig other)
static Bootstrap.ApplicationLogConfig.Builder
Bootstrap.ApplicationLogConfig. newBuilder(Bootstrap.ApplicationLogConfig prototype)
Bootstrap.Builder
Bootstrap.Builder. setApplicationLogConfig(Bootstrap.ApplicationLogConfig value)
Optional application log configuration.
-