Interface ConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Config,Config.Builder
public interface ConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCounters(int index) The counters this logger will emit.intThe counters this logger will emit.The counters this logger will emit.getCountersOrBuilder(int index) The counters this logger will emit.List<? extends Config.CounterOrBuilder>The counters this logger will emit.getHistograms(int index) The histograms this logger will emit.intThe histograms this logger will emit.The histograms this logger will emit.getHistogramsOrBuilder(int index) The histograms this logger will emit.List<? extends Config.HistogramOrBuilder>The histograms this logger will emit.The stat prefix for the generated stats.com.google.protobuf.ByteStringThe stat prefix for the generated stats.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
-
getStatPrefix
String getStatPrefix()The stat prefix for the generated stats.
string stat_prefix = 1 [(.validate.rules) = { ... }- Returns:
- The statPrefix.
-
getStatPrefixBytes
com.google.protobuf.ByteString getStatPrefixBytes()The stat prefix for the generated stats.
string stat_prefix = 1 [(.validate.rules) = { ... }- Returns:
- The bytes for statPrefix.
-
getHistogramsList
List<Config.Histogram> getHistogramsList()The histograms this logger will emit.
repeated .envoy.extensions.access_loggers.stats.v3.Config.Histogram histograms = 3; -
getHistograms
The histograms this logger will emit.
repeated .envoy.extensions.access_loggers.stats.v3.Config.Histogram histograms = 3; -
getHistogramsCount
int getHistogramsCount()The histograms this logger will emit.
repeated .envoy.extensions.access_loggers.stats.v3.Config.Histogram histograms = 3; -
getHistogramsOrBuilderList
List<? extends Config.HistogramOrBuilder> getHistogramsOrBuilderList()The histograms this logger will emit.
repeated .envoy.extensions.access_loggers.stats.v3.Config.Histogram histograms = 3; -
getHistogramsOrBuilder
The histograms this logger will emit.
repeated .envoy.extensions.access_loggers.stats.v3.Config.Histogram histograms = 3; -
getCountersList
List<Config.Counter> getCountersList()The counters this logger will emit.
repeated .envoy.extensions.access_loggers.stats.v3.Config.Counter counters = 4; -
getCounters
The counters this logger will emit.
repeated .envoy.extensions.access_loggers.stats.v3.Config.Counter counters = 4; -
getCountersCount
int getCountersCount()The counters this logger will emit.
repeated .envoy.extensions.access_loggers.stats.v3.Config.Counter counters = 4; -
getCountersOrBuilderList
List<? extends Config.CounterOrBuilder> getCountersOrBuilderList()The counters this logger will emit.
repeated .envoy.extensions.access_loggers.stats.v3.Config.Counter counters = 4; -
getCountersOrBuilder
The counters this logger will emit.
repeated .envoy.extensions.access_loggers.stats.v3.Config.Counter counters = 4;
-