Interface Config.StatOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Config.Stat,Config.Stat.Builder
- Enclosing class:
- Config
public static interface Config.StatOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetName()The name of the stat.com.google.protobuf.ByteStringThe name of the stat.getTags(int index) The tags for the stat.intThe tags for the stat.The tags for the stat.getTagsOrBuilder(int index) The tags for the stat.List<? extends Config.TagOrBuilder>The tags for the stat.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getName
String getName()The name of the stat.
string name = 1 [(.validate.rules) = { ... }- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()The name of the stat.
string name = 1 [(.validate.rules) = { ... }- Returns:
- The bytes for name.
-
getTagsList
List<Config.Tag> getTagsList()The tags for the stat.
repeated .envoy.extensions.access_loggers.stats.v3.Config.Tag tags = 2; -
getTags
The tags for the stat.
repeated .envoy.extensions.access_loggers.stats.v3.Config.Tag tags = 2; -
getTagsCount
int getTagsCount()The tags for the stat.
repeated .envoy.extensions.access_loggers.stats.v3.Config.Tag tags = 2; -
getTagsOrBuilderList
List<? extends Config.TagOrBuilder> getTagsOrBuilderList()The tags for the stat.
repeated .envoy.extensions.access_loggers.stats.v3.Config.Tag tags = 2; -
getTagsOrBuilder
The tags for the stat.
repeated .envoy.extensions.access_loggers.stats.v3.Config.Tag tags = 2;
-