Package prometheus
Interface PrometheusTypes.LabelsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PrometheusTypes.Labels,PrometheusTypes.Labels.Builder
- Enclosing class:
- PrometheusTypes
public static interface PrometheusTypes.LabelsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrometheusTypes.LabelgetLabels(int index)repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];intgetLabelsCount()repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];List<PrometheusTypes.Label>getLabelsList()repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];PrometheusTypes.LabelOrBuildergetLabelsOrBuilder(int index)repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];List<? extends PrometheusTypes.LabelOrBuilder>getLabelsOrBuilderList()repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getLabelsList
List<PrometheusTypes.Label> getLabelsList()
repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];
-
getLabels
PrometheusTypes.Label getLabels(int index)
repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];
-
getLabelsCount
int getLabelsCount()
repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];
-
getLabelsOrBuilderList
List<? extends PrometheusTypes.LabelOrBuilder> getLabelsOrBuilderList()
repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];
-
getLabelsOrBuilder
PrometheusTypes.LabelOrBuilder getLabelsOrBuilder(int index)
repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];
-
-