Uses of Class
io.envoyproxy.envoy.config.bootstrap.v3.Runtime
-
Packages that use Runtime Package Description io.envoyproxy.envoy.config.bootstrap.v3 -
-
Uses of Runtime in io.envoyproxy.envoy.config.bootstrap.v3
Fields in io.envoyproxy.envoy.config.bootstrap.v3 declared as Runtime Modifier and Type Field Description private static Runtime
Runtime. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type Runtime Modifier and Type Field Description private static com.google.protobuf.Parser<Runtime>
Runtime. PARSER
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return Runtime Modifier and Type Method Description Runtime
Runtime.Builder. build()
Runtime
Runtime.Builder. buildPartial()
static Runtime
Runtime. getDefaultInstance()
Runtime
Runtime.Builder. getDefaultInstanceForType()
Runtime
Runtime. getDefaultInstanceForType()
static Runtime
Runtime. parseDelimitedFrom(java.io.InputStream input)
static Runtime
Runtime. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Runtime
Runtime. parseFrom(byte[] data)
static Runtime
Runtime. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Runtime
Runtime. parseFrom(com.google.protobuf.ByteString data)
static Runtime
Runtime. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Runtime
Runtime. parseFrom(com.google.protobuf.CodedInputStream input)
static Runtime
Runtime. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Runtime
Runtime. parseFrom(java.io.InputStream input)
static Runtime
Runtime. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Runtime
Runtime. parseFrom(java.nio.ByteBuffer data)
static Runtime
Runtime. 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 Runtime Modifier and Type Method Description com.google.protobuf.Parser<Runtime>
Runtime. getParserForType()
static com.google.protobuf.Parser<Runtime>
Runtime. parser()
Methods in io.envoyproxy.envoy.config.bootstrap.v3 with parameters of type Runtime Modifier and Type Method Description private void
Runtime.Builder. buildPartial0(Runtime result)
Runtime.Builder
Runtime.Builder. mergeFrom(Runtime other)
static Runtime.Builder
Runtime. newBuilder(Runtime prototype)
-