public static interface Prometheus.TimeSeriesOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Prometheus.Label |
getLabels(int index)
repeated .prometheus.Label labels = 1; |
int |
getLabelsCount()
repeated .prometheus.Label labels = 1; |
List<Prometheus.Label> |
getLabelsList()
repeated .prometheus.Label labels = 1; |
Prometheus.LabelOrBuilder |
getLabelsOrBuilder(int index)
repeated .prometheus.Label labels = 1; |
List<? extends Prometheus.LabelOrBuilder> |
getLabelsOrBuilderList()
repeated .prometheus.Label labels = 1; |
Prometheus.Sample |
getSamples(int index)
repeated .prometheus.Sample samples = 2; |
int |
getSamplesCount()
repeated .prometheus.Sample samples = 2; |
List<Prometheus.Sample> |
getSamplesList()
repeated .prometheus.Sample samples = 2; |
Prometheus.SampleOrBuilder |
getSamplesOrBuilder(int index)
repeated .prometheus.Sample samples = 2; |
List<? extends Prometheus.SampleOrBuilder> |
getSamplesOrBuilderList()
repeated .prometheus.Sample samples = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<Prometheus.Label> getLabelsList()
repeated .prometheus.Label labels = 1;
Prometheus.Label getLabels(int index)
repeated .prometheus.Label labels = 1;
int getLabelsCount()
repeated .prometheus.Label labels = 1;
List<? extends Prometheus.LabelOrBuilder> getLabelsOrBuilderList()
repeated .prometheus.Label labels = 1;
Prometheus.LabelOrBuilder getLabelsOrBuilder(int index)
repeated .prometheus.Label labels = 1;
List<Prometheus.Sample> getSamplesList()
repeated .prometheus.Sample samples = 2;
Prometheus.Sample getSamples(int index)
repeated .prometheus.Sample samples = 2;
int getSamplesCount()
repeated .prometheus.Sample samples = 2;
List<? extends Prometheus.SampleOrBuilder> getSamplesOrBuilderList()
repeated .prometheus.Sample samples = 2;
Prometheus.SampleOrBuilder getSamplesOrBuilder(int index)
repeated .prometheus.Sample samples = 2;
Copyright © 2016–2021. All rights reserved.