Uses of Class
io.envoyproxy.envoy.config.bootstrap.v3.LayeredRuntime
-
Packages that use LayeredRuntime Package Description io.envoyproxy.envoy.config.bootstrap.v3 -
-
Uses of LayeredRuntime in io.envoyproxy.envoy.config.bootstrap.v3
Fields in io.envoyproxy.envoy.config.bootstrap.v3 declared as LayeredRuntime Modifier and Type Field Description private static LayeredRuntime
LayeredRuntime. DEFAULT_INSTANCE
private LayeredRuntime
Bootstrap.Builder. layeredRuntime_
private LayeredRuntime
Bootstrap. layeredRuntime_
Fields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type LayeredRuntime Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<LayeredRuntime,LayeredRuntime.Builder,LayeredRuntimeOrBuilder>
Bootstrap.Builder. layeredRuntimeBuilder_
private static com.google.protobuf.Parser<LayeredRuntime>
LayeredRuntime. PARSER
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return LayeredRuntime Modifier and Type Method Description LayeredRuntime
LayeredRuntime.Builder. build()
LayeredRuntime
LayeredRuntime.Builder. buildPartial()
static LayeredRuntime
LayeredRuntime. getDefaultInstance()
LayeredRuntime
LayeredRuntime.Builder. getDefaultInstanceForType()
LayeredRuntime
LayeredRuntime. getDefaultInstanceForType()
LayeredRuntime
Bootstrap.Builder. getLayeredRuntime()
Configuration for the runtime configuration provider.LayeredRuntime
Bootstrap. getLayeredRuntime()
Configuration for the runtime configuration provider.LayeredRuntime
BootstrapOrBuilder. getLayeredRuntime()
Configuration for the runtime configuration provider.static LayeredRuntime
LayeredRuntime. parseDelimitedFrom(java.io.InputStream input)
static LayeredRuntime
LayeredRuntime. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LayeredRuntime
LayeredRuntime. parseFrom(byte[] data)
static LayeredRuntime
LayeredRuntime. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LayeredRuntime
LayeredRuntime. parseFrom(com.google.protobuf.ByteString data)
static LayeredRuntime
LayeredRuntime. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LayeredRuntime
LayeredRuntime. parseFrom(com.google.protobuf.CodedInputStream input)
static LayeredRuntime
LayeredRuntime. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LayeredRuntime
LayeredRuntime. parseFrom(java.io.InputStream input)
static LayeredRuntime
LayeredRuntime. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LayeredRuntime
LayeredRuntime. parseFrom(java.nio.ByteBuffer data)
static LayeredRuntime
LayeredRuntime. 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 LayeredRuntime Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<LayeredRuntime,LayeredRuntime.Builder,LayeredRuntimeOrBuilder>
Bootstrap.Builder. getLayeredRuntimeFieldBuilder()
Configuration for the runtime configuration provider.com.google.protobuf.Parser<LayeredRuntime>
LayeredRuntime. getParserForType()
static com.google.protobuf.Parser<LayeredRuntime>
LayeredRuntime. parser()
Methods in io.envoyproxy.envoy.config.bootstrap.v3 with parameters of type LayeredRuntime Modifier and Type Method Description private void
LayeredRuntime.Builder. buildPartial0(LayeredRuntime result)
private void
LayeredRuntime.Builder. buildPartialRepeatedFields(LayeredRuntime result)
LayeredRuntime.Builder
LayeredRuntime.Builder. mergeFrom(LayeredRuntime other)
Bootstrap.Builder
Bootstrap.Builder. mergeLayeredRuntime(LayeredRuntime value)
Configuration for the runtime configuration provider.static LayeredRuntime.Builder
LayeredRuntime. newBuilder(LayeredRuntime prototype)
Bootstrap.Builder
Bootstrap.Builder. setLayeredRuntime(LayeredRuntime value)
Configuration for the runtime configuration provider.
-