Interface SinkConfig.ConversionActionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SinkConfig.ConversionAction,SinkConfig.ConversionAction.Builder
- Enclosing class:
- SinkConfig
public static interface SinkConfig.ConversionActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe metric name to use for the stat.com.google.protobuf.ByteStringThe metric name to use for the stat.getStaticMetricLabels(int index) Static metric labels to use for the metric.intStatic metric labels to use for the metric.Static metric labels to use for the metric.getStaticMetricLabelsOrBuilder(int index) Static metric labels to use for the metric.List<? extends KeyValueOrBuilder>Static metric labels to use for the metric.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
-
getMetricName
String getMetricName()The metric name to use for the stat.
string metric_name = 2;- Returns:
- The metricName.
-
getMetricNameBytes
com.google.protobuf.ByteString getMetricNameBytes()The metric name to use for the stat.
string metric_name = 2;- Returns:
- The bytes for metricName.
-
getStaticMetricLabelsList
Static metric labels to use for the metric.
repeated .opentelemetry.proto.common.v1.KeyValue static_metric_labels = 3; -
getStaticMetricLabels
Static metric labels to use for the metric.
repeated .opentelemetry.proto.common.v1.KeyValue static_metric_labels = 3; -
getStaticMetricLabelsCount
int getStaticMetricLabelsCount()Static metric labels to use for the metric.
repeated .opentelemetry.proto.common.v1.KeyValue static_metric_labels = 3; -
getStaticMetricLabelsOrBuilderList
List<? extends KeyValueOrBuilder> getStaticMetricLabelsOrBuilderList()Static metric labels to use for the metric.
repeated .opentelemetry.proto.common.v1.KeyValue static_metric_labels = 3; -
getStaticMetricLabelsOrBuilder
Static metric labels to use for the metric.
repeated .opentelemetry.proto.common.v1.KeyValue static_metric_labels = 3;
-