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 Type
    Method
    Description
    The name of the stat.
    com.google.protobuf.ByteString
    The name of the stat.
    getTags(int index)
    The tags for the stat.
    int
    The tags for the stat.
    The tags for the stat.
    getTagsOrBuilder(int index)
    The tags for the stat.
    The tags for the stat.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      Config.Tag getTags(int index)
       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

      Config.TagOrBuilder getTagsOrBuilder(int index)
       The tags for the stat.
       
      repeated .envoy.extensions.access_loggers.stats.v3.Config.Tag tags = 2;