Uses of Class
prometheus.PrometheusTypes.Sample
-
Packages that use PrometheusTypes.Sample Package Description prometheus -
-
Uses of PrometheusTypes.Sample in prometheus
Methods in prometheus that return PrometheusTypes.Sample Modifier and Type Method Description PrometheusTypes.SamplePrometheusTypes.Sample.Builder. build()PrometheusTypes.SamplePrometheusTypes.Sample.Builder. buildPartial()static PrometheusTypes.SamplePrometheusTypes.Sample. getDefaultInstance()PrometheusTypes.SamplePrometheusTypes.Sample.Builder. getDefaultInstanceForType()PrometheusTypes.SamplePrometheusTypes.Sample. getDefaultInstanceForType()PrometheusTypes.SamplePrometheusTypes.TimeSeries.Builder. getSamples(int index)repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];PrometheusTypes.SamplePrometheusTypes.TimeSeries. getSamples(int index)repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];PrometheusTypes.SamplePrometheusTypes.TimeSeriesOrBuilder. getSamples(int index)repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];static PrometheusTypes.SamplePrometheusTypes.Sample. parseDelimitedFrom(InputStream input)static PrometheusTypes.SamplePrometheusTypes.Sample. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PrometheusTypes.SamplePrometheusTypes.Sample. parseFrom(byte[] data)static PrometheusTypes.SamplePrometheusTypes.Sample. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PrometheusTypes.SamplePrometheusTypes.Sample. parseFrom(com.google.protobuf.ByteString data)static PrometheusTypes.SamplePrometheusTypes.Sample. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PrometheusTypes.SamplePrometheusTypes.Sample. parseFrom(com.google.protobuf.CodedInputStream input)static PrometheusTypes.SamplePrometheusTypes.Sample. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PrometheusTypes.SamplePrometheusTypes.Sample. parseFrom(InputStream input)static PrometheusTypes.SamplePrometheusTypes.Sample. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PrometheusTypes.SamplePrometheusTypes.Sample. parseFrom(ByteBuffer data)static PrometheusTypes.SamplePrometheusTypes.Sample. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in prometheus that return types with arguments of type PrometheusTypes.Sample Modifier and Type Method Description com.google.protobuf.Parser<PrometheusTypes.Sample>PrometheusTypes.Sample. getParserForType()List<PrometheusTypes.Sample>PrometheusTypes.TimeSeries.Builder. getSamplesList()repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];List<PrometheusTypes.Sample>PrometheusTypes.TimeSeries. getSamplesList()repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];List<PrometheusTypes.Sample>PrometheusTypes.TimeSeriesOrBuilder. getSamplesList()repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];static com.google.protobuf.Parser<PrometheusTypes.Sample>PrometheusTypes.Sample. parser()Methods in prometheus with parameters of type PrometheusTypes.Sample Modifier and Type Method Description PrometheusTypes.TimeSeries.BuilderPrometheusTypes.TimeSeries.Builder. addSamples(int index, PrometheusTypes.Sample value)repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];PrometheusTypes.TimeSeries.BuilderPrometheusTypes.TimeSeries.Builder. addSamples(PrometheusTypes.Sample value)repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];PrometheusTypes.Sample.BuilderPrometheusTypes.Sample.Builder. mergeFrom(PrometheusTypes.Sample other)static PrometheusTypes.Sample.BuilderPrometheusTypes.Sample. newBuilder(PrometheusTypes.Sample prototype)PrometheusTypes.TimeSeries.BuilderPrometheusTypes.TimeSeries.Builder. setSamples(int index, PrometheusTypes.Sample value)repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];Method parameters in prometheus with type arguments of type PrometheusTypes.Sample Modifier and Type Method Description PrometheusTypes.TimeSeries.BuilderPrometheusTypes.TimeSeries.Builder. addAllSamples(Iterable<? extends PrometheusTypes.Sample> values)repeated .prometheus.Sample samples = 2 [(.gogoproto.nullable) = false];
-