Package prometheus
Interface PrometheusTypes.TimeSeriesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PrometheusTypes.TimeSeries,PrometheusTypes.TimeSeries.Builder
- Enclosing class:
- PrometheusTypes
public static interface PrometheusTypes.TimeSeriesOrBuilder 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];PrometheusTypes.SamplegetSamples(int index)repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];intgetSamplesCount()repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];List<PrometheusTypes.Sample>getSamplesList()repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];PrometheusTypes.SampleOrBuildergetSamplesOrBuilder(int index)repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];List<? extends PrometheusTypes.SampleOrBuilder>getSamplesOrBuilderList()repeated .prometheus.Sample samples = 2 [(.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];
-
getSamplesList
List<PrometheusTypes.Sample> getSamplesList()
repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];
-
getSamples
PrometheusTypes.Sample getSamples(int index)
repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];
-
getSamplesCount
int getSamplesCount()
repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];
-
getSamplesOrBuilderList
List<? extends PrometheusTypes.SampleOrBuilder> getSamplesOrBuilderList()
repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];
-
getSamplesOrBuilder
PrometheusTypes.SampleOrBuilder getSamplesOrBuilder(int index)
repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];
-
-