Uses of Class
io.envoyproxy.envoy.config.metrics.v3.StatsSink.Builder
Packages that use StatsSink.Builder
-
Uses of StatsSink.Builder in io.envoyproxy.envoy.config.bootstrap.v3
Fields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type StatsSink.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.RepeatedFieldBuilder
<StatsSink, StatsSink.Builder, StatsSinkOrBuilder> Bootstrap.Builder.statsSinksBuilder_
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return StatsSink.BuilderModifier and TypeMethodDescriptionBootstrap.Builder.addStatsSinksBuilder()
Optional set of stats sinks.Bootstrap.Builder.addStatsSinksBuilder
(int index) Optional set of stats sinks.Bootstrap.Builder.getStatsSinksBuilder
(int index) Optional set of stats sinks.Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type StatsSink.BuilderModifier and TypeMethodDescriptionBootstrap.Builder.getStatsSinksBuilderList()
Optional set of stats sinks.private com.google.protobuf.RepeatedFieldBuilder
<StatsSink, StatsSink.Builder, StatsSinkOrBuilder> Bootstrap.Builder.internalGetStatsSinksFieldBuilder()
Methods in io.envoyproxy.envoy.config.bootstrap.v3 with parameters of type StatsSink.BuilderModifier and TypeMethodDescriptionBootstrap.Builder.addStatsSinks
(int index, StatsSink.Builder builderForValue) Optional set of stats sinks.Bootstrap.Builder.addStatsSinks
(StatsSink.Builder builderForValue) Optional set of stats sinks.Bootstrap.Builder.setStatsSinks
(int index, StatsSink.Builder builderForValue) Optional set of stats sinks. -
Uses of StatsSink.Builder in io.envoyproxy.envoy.config.metrics.v3
Methods in io.envoyproxy.envoy.config.metrics.v3 that return StatsSink.BuilderModifier and TypeMethodDescriptionStatsSink.Builder.clear()
StatsSink.Builder.clearConfigType()
StatsSink.Builder.clearName()
The name of the stats sink to instantiate.StatsSink.Builder.clearTypedConfig()
.google.protobuf.Any typed_config = 3;
StatsSink.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StatsSink.Builder.mergeFrom
(com.google.protobuf.Message other) StatsSink.Builder.mergeTypedConfig
(com.google.protobuf.Any value) .google.protobuf.Any typed_config = 3;
static StatsSink.Builder
StatsSink.newBuilder()
static StatsSink.Builder
StatsSink.newBuilder
(StatsSink prototype) StatsSink.newBuilderForType()
protected StatsSink.Builder
StatsSink.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) The name of the stats sink to instantiate.StatsSink.Builder.setNameBytes
(com.google.protobuf.ByteString value) The name of the stats sink to instantiate.StatsSink.Builder.setTypedConfig
(com.google.protobuf.Any value) .google.protobuf.Any typed_config = 3;
StatsSink.Builder.setTypedConfig
(com.google.protobuf.Any.Builder builderForValue) .google.protobuf.Any typed_config = 3;
StatsSink.toBuilder()