Uses of Class
io.envoyproxy.envoy.config.bootstrap.v3.Bootstrap.DeferredStatOptions
-
Packages that use Bootstrap.DeferredStatOptions Package Description io.envoyproxy.envoy.config.bootstrap.v3 -
-
Uses of Bootstrap.DeferredStatOptions in io.envoyproxy.envoy.config.bootstrap.v3
Fields in io.envoyproxy.envoy.config.bootstrap.v3 declared as Bootstrap.DeferredStatOptions Modifier and Type Field Description private static Bootstrap.DeferredStatOptions
Bootstrap.DeferredStatOptions. DEFAULT_INSTANCE
private Bootstrap.DeferredStatOptions
Bootstrap.Builder. deferredStatOptions_
private Bootstrap.DeferredStatOptions
Bootstrap. deferredStatOptions_
Fields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type Bootstrap.DeferredStatOptions Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Bootstrap.DeferredStatOptions,Bootstrap.DeferredStatOptions.Builder,Bootstrap.DeferredStatOptionsOrBuilder>
Bootstrap.Builder. deferredStatOptionsBuilder_
private static com.google.protobuf.Parser<Bootstrap.DeferredStatOptions>
Bootstrap.DeferredStatOptions. PARSER
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return Bootstrap.DeferredStatOptions Modifier and Type Method Description Bootstrap.DeferredStatOptions
Bootstrap.DeferredStatOptions.Builder. build()
Bootstrap.DeferredStatOptions
Bootstrap.DeferredStatOptions.Builder. buildPartial()
static Bootstrap.DeferredStatOptions
Bootstrap.DeferredStatOptions. getDefaultInstance()
Bootstrap.DeferredStatOptions
Bootstrap.DeferredStatOptions.Builder. getDefaultInstanceForType()
Bootstrap.DeferredStatOptions
Bootstrap.DeferredStatOptions. getDefaultInstanceForType()
Bootstrap.DeferredStatOptions
Bootstrap.Builder. getDeferredStatOptions()
Options to control behaviors of deferred creation compatible stats.Bootstrap.DeferredStatOptions
Bootstrap. getDeferredStatOptions()
Options to control behaviors of deferred creation compatible stats.Bootstrap.DeferredStatOptions
BootstrapOrBuilder. getDeferredStatOptions()
Options to control behaviors of deferred creation compatible stats.static Bootstrap.DeferredStatOptions
Bootstrap.DeferredStatOptions. parseDelimitedFrom(java.io.InputStream input)
static Bootstrap.DeferredStatOptions
Bootstrap.DeferredStatOptions. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Bootstrap.DeferredStatOptions
Bootstrap.DeferredStatOptions. parseFrom(byte[] data)
static Bootstrap.DeferredStatOptions
Bootstrap.DeferredStatOptions. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Bootstrap.DeferredStatOptions
Bootstrap.DeferredStatOptions. parseFrom(com.google.protobuf.ByteString data)
static Bootstrap.DeferredStatOptions
Bootstrap.DeferredStatOptions. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Bootstrap.DeferredStatOptions
Bootstrap.DeferredStatOptions. parseFrom(com.google.protobuf.CodedInputStream input)
static Bootstrap.DeferredStatOptions
Bootstrap.DeferredStatOptions. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Bootstrap.DeferredStatOptions
Bootstrap.DeferredStatOptions. parseFrom(java.io.InputStream input)
static Bootstrap.DeferredStatOptions
Bootstrap.DeferredStatOptions. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Bootstrap.DeferredStatOptions
Bootstrap.DeferredStatOptions. parseFrom(java.nio.ByteBuffer data)
static Bootstrap.DeferredStatOptions
Bootstrap.DeferredStatOptions. 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.DeferredStatOptions Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Bootstrap.DeferredStatOptions,Bootstrap.DeferredStatOptions.Builder,Bootstrap.DeferredStatOptionsOrBuilder>
Bootstrap.Builder. getDeferredStatOptionsFieldBuilder()
Options to control behaviors of deferred creation compatible stats.com.google.protobuf.Parser<Bootstrap.DeferredStatOptions>
Bootstrap.DeferredStatOptions. getParserForType()
static com.google.protobuf.Parser<Bootstrap.DeferredStatOptions>
Bootstrap.DeferredStatOptions. parser()
Methods in io.envoyproxy.envoy.config.bootstrap.v3 with parameters of type Bootstrap.DeferredStatOptions Modifier and Type Method Description private void
Bootstrap.DeferredStatOptions.Builder. buildPartial0(Bootstrap.DeferredStatOptions result)
Bootstrap.Builder
Bootstrap.Builder. mergeDeferredStatOptions(Bootstrap.DeferredStatOptions value)
Options to control behaviors of deferred creation compatible stats.Bootstrap.DeferredStatOptions.Builder
Bootstrap.DeferredStatOptions.Builder. mergeFrom(Bootstrap.DeferredStatOptions other)
static Bootstrap.DeferredStatOptions.Builder
Bootstrap.DeferredStatOptions. newBuilder(Bootstrap.DeferredStatOptions prototype)
Bootstrap.Builder
Bootstrap.Builder. setDeferredStatOptions(Bootstrap.DeferredStatOptions value)
Options to control behaviors of deferred creation compatible stats.
-