Uses of Class
io.envoyproxy.envoy.config.metrics.v3.StatsConfig
-
Packages that use StatsConfig Package Description io.envoyproxy.envoy.config.bootstrap.v3 io.envoyproxy.envoy.config.metrics.v3 -
-
Uses of StatsConfig in io.envoyproxy.envoy.config.bootstrap.v3
Fields in io.envoyproxy.envoy.config.bootstrap.v3 declared as StatsConfig Modifier and Type Field Description private StatsConfig
Bootstrap.Builder. statsConfig_
private StatsConfig
Bootstrap. statsConfig_
Fields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type StatsConfig Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<StatsConfig,StatsConfig.Builder,StatsConfigOrBuilder>
Bootstrap.Builder. statsConfigBuilder_
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return StatsConfig Modifier and Type Method Description StatsConfig
Bootstrap.Builder. getStatsConfig()
Configuration for internal processing of stats.StatsConfig
Bootstrap. getStatsConfig()
Configuration for internal processing of stats.StatsConfig
BootstrapOrBuilder. getStatsConfig()
Configuration for internal processing of stats.Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type StatsConfig Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<StatsConfig,StatsConfig.Builder,StatsConfigOrBuilder>
Bootstrap.Builder. getStatsConfigFieldBuilder()
Configuration for internal processing of stats.Methods in io.envoyproxy.envoy.config.bootstrap.v3 with parameters of type StatsConfig Modifier and Type Method Description Bootstrap.Builder
Bootstrap.Builder. mergeStatsConfig(StatsConfig value)
Configuration for internal processing of stats.Bootstrap.Builder
Bootstrap.Builder. setStatsConfig(StatsConfig value)
Configuration for internal processing of stats. -
Uses of StatsConfig in io.envoyproxy.envoy.config.metrics.v3
Fields in io.envoyproxy.envoy.config.metrics.v3 declared as StatsConfig Modifier and Type Field Description private static StatsConfig
StatsConfig. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.metrics.v3 with type parameters of type StatsConfig Modifier and Type Field Description private static com.google.protobuf.Parser<StatsConfig>
StatsConfig. PARSER
Methods in io.envoyproxy.envoy.config.metrics.v3 that return StatsConfig Modifier and Type Method Description StatsConfig
StatsConfig.Builder. build()
StatsConfig
StatsConfig.Builder. buildPartial()
static StatsConfig
StatsConfig. getDefaultInstance()
StatsConfig
StatsConfig.Builder. getDefaultInstanceForType()
StatsConfig
StatsConfig. getDefaultInstanceForType()
static StatsConfig
StatsConfig. parseDelimitedFrom(java.io.InputStream input)
static StatsConfig
StatsConfig. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StatsConfig
StatsConfig. parseFrom(byte[] data)
static StatsConfig
StatsConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StatsConfig
StatsConfig. parseFrom(com.google.protobuf.ByteString data)
static StatsConfig
StatsConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StatsConfig
StatsConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static StatsConfig
StatsConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StatsConfig
StatsConfig. parseFrom(java.io.InputStream input)
static StatsConfig
StatsConfig. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StatsConfig
StatsConfig. parseFrom(java.nio.ByteBuffer data)
static StatsConfig
StatsConfig. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.config.metrics.v3 that return types with arguments of type StatsConfig Modifier and Type Method Description com.google.protobuf.Parser<StatsConfig>
StatsConfig. getParserForType()
static com.google.protobuf.Parser<StatsConfig>
StatsConfig. parser()
Methods in io.envoyproxy.envoy.config.metrics.v3 with parameters of type StatsConfig Modifier and Type Method Description private void
StatsConfig.Builder. buildPartial0(StatsConfig result)
private void
StatsConfig.Builder. buildPartialRepeatedFields(StatsConfig result)
StatsConfig.Builder
StatsConfig.Builder. mergeFrom(StatsConfig other)
static StatsConfig.Builder
StatsConfig. newBuilder(StatsConfig prototype)
-