Uses of Class
io.envoyproxy.envoy.config.metrics.v3.TagSpecifier
-
Packages that use TagSpecifier Package Description io.envoyproxy.envoy.config.metrics.v3 -
-
Uses of TagSpecifier in io.envoyproxy.envoy.config.metrics.v3
Fields in io.envoyproxy.envoy.config.metrics.v3 declared as TagSpecifier Modifier and Type Field Description private static TagSpecifier
TagSpecifier. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.metrics.v3 with type parameters of type TagSpecifier Modifier and Type Field Description private static com.google.protobuf.Parser<TagSpecifier>
TagSpecifier. PARSER
private java.util.List<TagSpecifier>
StatsConfig.Builder. statsTags_
private java.util.List<TagSpecifier>
StatsConfig. statsTags_
private com.google.protobuf.RepeatedFieldBuilder<TagSpecifier,TagSpecifier.Builder,TagSpecifierOrBuilder>
StatsConfig.Builder. statsTagsBuilder_
Methods in io.envoyproxy.envoy.config.metrics.v3 that return TagSpecifier Modifier and Type Method Description TagSpecifier
TagSpecifier.Builder. build()
TagSpecifier
TagSpecifier.Builder. buildPartial()
static TagSpecifier
TagSpecifier. getDefaultInstance()
TagSpecifier
TagSpecifier.Builder. getDefaultInstanceForType()
TagSpecifier
TagSpecifier. getDefaultInstanceForType()
TagSpecifier
StatsConfig.Builder. getStatsTags(int index)
Each stat name is independently processed through these tag specifiers.TagSpecifier
StatsConfig. getStatsTags(int index)
Each stat name is independently processed through these tag specifiers.TagSpecifier
StatsConfigOrBuilder. getStatsTags(int index)
Each stat name is independently processed through these tag specifiers.static TagSpecifier
TagSpecifier. parseDelimitedFrom(java.io.InputStream input)
static TagSpecifier
TagSpecifier. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TagSpecifier
TagSpecifier. parseFrom(byte[] data)
static TagSpecifier
TagSpecifier. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TagSpecifier
TagSpecifier. parseFrom(com.google.protobuf.ByteString data)
static TagSpecifier
TagSpecifier. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TagSpecifier
TagSpecifier. parseFrom(com.google.protobuf.CodedInputStream input)
static TagSpecifier
TagSpecifier. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TagSpecifier
TagSpecifier. parseFrom(java.io.InputStream input)
static TagSpecifier
TagSpecifier. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TagSpecifier
TagSpecifier. parseFrom(java.nio.ByteBuffer data)
static TagSpecifier
TagSpecifier. 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 TagSpecifier Modifier and Type Method Description com.google.protobuf.Parser<TagSpecifier>
TagSpecifier. getParserForType()
private com.google.protobuf.RepeatedFieldBuilder<TagSpecifier,TagSpecifier.Builder,TagSpecifierOrBuilder>
StatsConfig.Builder. getStatsTagsFieldBuilder()
java.util.List<TagSpecifier>
StatsConfig.Builder. getStatsTagsList()
Each stat name is independently processed through these tag specifiers.java.util.List<TagSpecifier>
StatsConfig. getStatsTagsList()
Each stat name is independently processed through these tag specifiers.java.util.List<TagSpecifier>
StatsConfigOrBuilder. getStatsTagsList()
Each stat name is independently processed through these tag specifiers.static com.google.protobuf.Parser<TagSpecifier>
TagSpecifier. parser()
Methods in io.envoyproxy.envoy.config.metrics.v3 with parameters of type TagSpecifier Modifier and Type Method Description StatsConfig.Builder
StatsConfig.Builder. addStatsTags(int index, TagSpecifier value)
Each stat name is independently processed through these tag specifiers.StatsConfig.Builder
StatsConfig.Builder. addStatsTags(TagSpecifier value)
Each stat name is independently processed through these tag specifiers.private void
TagSpecifier.Builder. buildPartial0(TagSpecifier result)
private void
TagSpecifier.Builder. buildPartialOneofs(TagSpecifier result)
TagSpecifier.Builder
TagSpecifier.Builder. mergeFrom(TagSpecifier other)
static TagSpecifier.Builder
TagSpecifier. newBuilder(TagSpecifier prototype)
StatsConfig.Builder
StatsConfig.Builder. setStatsTags(int index, TagSpecifier value)
Each stat name is independently processed through these tag specifiers.Method parameters in io.envoyproxy.envoy.config.metrics.v3 with type arguments of type TagSpecifier Modifier and Type Method Description StatsConfig.Builder
StatsConfig.Builder. addAllStatsTags(java.lang.Iterable<? extends TagSpecifier> values)
Each stat name is independently processed through these tag specifiers.
-