Package prometheus
Class Types.Histogram
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
prometheus.Types.Histogram
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable,Types.HistogramOrBuilder
- Enclosing class:
- Types
public static final class Types.Histogram
extends com.google.protobuf.GeneratedMessage
implements Types.HistogramOrBuilder
A native histogram, also known as a sparse histogram. Original design doc: https://docs.google.com/document/d/1cLNv3aufPZb3fNfaJgdaRBZsInZKKIHo9E6HinJVbpM/edit The appendix of this design doc also explains the concept of float histograms. This Histogram message can represent both, the usual integer histogram as well as a float histogram.Protobuf type
prometheus.Histogram- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA native histogram, also known as a sparse histogram.static enumstatic enumProtobuf enumprometheus.Histogram.ResetHintstatic enumNested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT, BuilderT>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.google.protobuf.Message, T extends Object>, com.google.protobuf.GeneratedMessage.UnusedPrivateParameter Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessage
com.google.protobuf.AbstractMessage.BuilderParentNested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intFields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders, unknownFieldsFields inherited from class com.google.protobuf.AbstractMessage
memoizedSizeFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionbooleandoubledouble count_float = 2;longuint64 count_int = 1;doublegetCustomValues(int index) custom_values are not part of the specification, DO NOT use in remote write clients.intcustom_values are not part of the specification, DO NOT use in remote write clients.custom_values are not part of the specification, DO NOT use in remote write clients.static Types.Histogramstatic final com.google.protobuf.Descriptors.DescriptordoublegetNegativeCounts(int index) Absolute count of each bucket.intAbsolute count of each bucket.Absolute count of each bucket.longgetNegativeDeltas(int index) Use either "negative_deltas" or "negative_counts", the former for regular histograms with integer counts, the latter for float histograms.intUse either "negative_deltas" or "negative_counts", the former for regular histograms with integer counts, the latter for float histograms.Use either "negative_deltas" or "negative_counts", the former for regular histograms with integer counts, the latter for float histograms.getNegativeSpans(int index) Negative Buckets.intNegative Buckets.Negative Buckets.getNegativeSpansOrBuilder(int index) Negative Buckets.List<? extends Types.BucketSpanOrBuilder>Negative Buckets.com.google.protobuf.Parser<Types.Histogram>doublegetPositiveCounts(int index) Absolute count of each bucket.intAbsolute count of each bucket.Absolute count of each bucket.longgetPositiveDeltas(int index) Use either "positive_deltas" or "positive_counts", the former for regular histograms with integer counts, the latter for float histograms.intUse either "positive_deltas" or "positive_counts", the former for regular histograms with integer counts, the latter for float histograms.Use either "positive_deltas" or "positive_counts", the former for regular histograms with integer counts, the latter for float histograms.getPositiveSpans(int index) Positive Buckets.intPositive Buckets.Positive Buckets.getPositiveSpansOrBuilder(int index) Positive Buckets.List<? extends Types.BucketSpanOrBuilder>Positive Buckets..prometheus.Histogram.ResetHint reset_hint = 14;int.prometheus.Histogram.ResetHint reset_hint = 14;intThe schema defines the bucket schema.intdoublegetSum()Sum of observations in the histogram.longtimestamp is in ms format, see model/timestamp/timestamp.go for conversion from time.Time to Prometheus timestamp.doubledouble zero_count_float = 7;longuint64 zero_count_int = 6;doubleBreadth of the zero bucket.booleandouble count_float = 2;booleanuint64 count_int = 1;inthashCode()booleandouble zero_count_float = 7;booleanuint64 zero_count_int = 6;protected com.google.protobuf.GeneratedMessage.FieldAccessorTablefinal booleanstatic Types.Histogram.Builderstatic Types.Histogram.BuildernewBuilder(Types.Histogram prototype) protected Types.Histogram.BuildernewBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) static Types.HistogramparseDelimitedFrom(InputStream input) static Types.HistogramparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Types.HistogramparseFrom(byte[] data) static Types.HistogramparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Types.HistogramparseFrom(com.google.protobuf.ByteString data) static Types.HistogramparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Types.HistogramparseFrom(com.google.protobuf.CodedInputStream input) static Types.HistogramparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Types.HistogramparseFrom(InputStream input) static Types.HistogramparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Types.HistogramparseFrom(ByteBuffer data) static Types.HistogramparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<Types.Histogram>parser()voidwriteTo(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessage
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagMethods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashFields, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
COUNT_INT_FIELD_NUMBER
public static final int COUNT_INT_FIELD_NUMBER- See Also:
-
COUNT_FLOAT_FIELD_NUMBER
public static final int COUNT_FLOAT_FIELD_NUMBER- See Also:
-
SUM_FIELD_NUMBER
public static final int SUM_FIELD_NUMBER- See Also:
-
SCHEMA_FIELD_NUMBER
public static final int SCHEMA_FIELD_NUMBER- See Also:
-
ZERO_THRESHOLD_FIELD_NUMBER
public static final int ZERO_THRESHOLD_FIELD_NUMBER- See Also:
-
ZERO_COUNT_INT_FIELD_NUMBER
public static final int ZERO_COUNT_INT_FIELD_NUMBER- See Also:
-
ZERO_COUNT_FLOAT_FIELD_NUMBER
public static final int ZERO_COUNT_FLOAT_FIELD_NUMBER- See Also:
-
NEGATIVE_SPANS_FIELD_NUMBER
public static final int NEGATIVE_SPANS_FIELD_NUMBER- See Also:
-
NEGATIVE_DELTAS_FIELD_NUMBER
public static final int NEGATIVE_DELTAS_FIELD_NUMBER- See Also:
-
NEGATIVE_COUNTS_FIELD_NUMBER
public static final int NEGATIVE_COUNTS_FIELD_NUMBER- See Also:
-
POSITIVE_SPANS_FIELD_NUMBER
public static final int POSITIVE_SPANS_FIELD_NUMBER- See Also:
-
POSITIVE_DELTAS_FIELD_NUMBER
public static final int POSITIVE_DELTAS_FIELD_NUMBER- See Also:
-
POSITIVE_COUNTS_FIELD_NUMBER
public static final int POSITIVE_COUNTS_FIELD_NUMBER- See Also:
-
RESET_HINT_FIELD_NUMBER
public static final int RESET_HINT_FIELD_NUMBER- See Also:
-
TIMESTAMP_FIELD_NUMBER
public static final int TIMESTAMP_FIELD_NUMBER- See Also:
-
CUSTOM_VALUES_FIELD_NUMBER
public static final int CUSTOM_VALUES_FIELD_NUMBER- See Also:
-
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage
-
getCountCase
- Specified by:
getCountCasein interfaceTypes.HistogramOrBuilder
-
getZeroCountCase
- Specified by:
getZeroCountCasein interfaceTypes.HistogramOrBuilder
-
hasCountInt
public boolean hasCountInt()uint64 count_int = 1;- Specified by:
hasCountIntin interfaceTypes.HistogramOrBuilder- Returns:
- Whether the countInt field is set.
-
getCountInt
public long getCountInt()uint64 count_int = 1;- Specified by:
getCountIntin interfaceTypes.HistogramOrBuilder- Returns:
- The countInt.
-
hasCountFloat
public boolean hasCountFloat()double count_float = 2;- Specified by:
hasCountFloatin interfaceTypes.HistogramOrBuilder- Returns:
- Whether the countFloat field is set.
-
getCountFloat
public double getCountFloat()double count_float = 2;- Specified by:
getCountFloatin interfaceTypes.HistogramOrBuilder- Returns:
- The countFloat.
-
getSum
public double getSum()Sum of observations in the histogram.
double sum = 3;- Specified by:
getSumin interfaceTypes.HistogramOrBuilder- Returns:
- The sum.
-
getSchema
public int getSchema()The schema defines the bucket schema. Currently, valid numbers are -4 <= n <= 8. They are all for base-2 bucket schemas, where 1 is a bucket boundary in each case, and then each power of two is divided into 2^n logarithmic buckets. Or in other words, each bucket boundary is the previous boundary times 2^(2^-n). In the future, more bucket schemas may be added using numbers < -4 or > 8.
sint32 schema = 4;- Specified by:
getSchemain interfaceTypes.HistogramOrBuilder- Returns:
- The schema.
-
getZeroThreshold
public double getZeroThreshold()Breadth of the zero bucket.
double zero_threshold = 5;- Specified by:
getZeroThresholdin interfaceTypes.HistogramOrBuilder- Returns:
- The zeroThreshold.
-
hasZeroCountInt
public boolean hasZeroCountInt()uint64 zero_count_int = 6;- Specified by:
hasZeroCountIntin interfaceTypes.HistogramOrBuilder- Returns:
- Whether the zeroCountInt field is set.
-
getZeroCountInt
public long getZeroCountInt()uint64 zero_count_int = 6;- Specified by:
getZeroCountIntin interfaceTypes.HistogramOrBuilder- Returns:
- The zeroCountInt.
-
hasZeroCountFloat
public boolean hasZeroCountFloat()double zero_count_float = 7;- Specified by:
hasZeroCountFloatin interfaceTypes.HistogramOrBuilder- Returns:
- Whether the zeroCountFloat field is set.
-
getZeroCountFloat
public double getZeroCountFloat()double zero_count_float = 7;- Specified by:
getZeroCountFloatin interfaceTypes.HistogramOrBuilder- Returns:
- The zeroCountFloat.
-
getNegativeSpansList
Negative Buckets.
repeated .prometheus.BucketSpan negative_spans = 8 [(.gogoproto.nullable) = false];- Specified by:
getNegativeSpansListin interfaceTypes.HistogramOrBuilder
-
getNegativeSpansOrBuilderList
Negative Buckets.
repeated .prometheus.BucketSpan negative_spans = 8 [(.gogoproto.nullable) = false];- Specified by:
getNegativeSpansOrBuilderListin interfaceTypes.HistogramOrBuilder
-
getNegativeSpansCount
public int getNegativeSpansCount()Negative Buckets.
repeated .prometheus.BucketSpan negative_spans = 8 [(.gogoproto.nullable) = false];- Specified by:
getNegativeSpansCountin interfaceTypes.HistogramOrBuilder
-
getNegativeSpans
Negative Buckets.
repeated .prometheus.BucketSpan negative_spans = 8 [(.gogoproto.nullable) = false];- Specified by:
getNegativeSpansin interfaceTypes.HistogramOrBuilder
-
getNegativeSpansOrBuilder
Negative Buckets.
repeated .prometheus.BucketSpan negative_spans = 8 [(.gogoproto.nullable) = false];- Specified by:
getNegativeSpansOrBuilderin interfaceTypes.HistogramOrBuilder
-
getNegativeDeltasList
Use either "negative_deltas" or "negative_counts", the former for regular histograms with integer counts, the latter for float histograms.
repeated sint64 negative_deltas = 9;- Specified by:
getNegativeDeltasListin interfaceTypes.HistogramOrBuilder- Returns:
- A list containing the negativeDeltas.
-
getNegativeDeltasCount
public int getNegativeDeltasCount()Use either "negative_deltas" or "negative_counts", the former for regular histograms with integer counts, the latter for float histograms.
repeated sint64 negative_deltas = 9;- Specified by:
getNegativeDeltasCountin interfaceTypes.HistogramOrBuilder- Returns:
- The count of negativeDeltas.
-
getNegativeDeltas
public long getNegativeDeltas(int index) Use either "negative_deltas" or "negative_counts", the former for regular histograms with integer counts, the latter for float histograms.
repeated sint64 negative_deltas = 9;- Specified by:
getNegativeDeltasin interfaceTypes.HistogramOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The negativeDeltas at the given index.
-
getNegativeCountsList
Absolute count of each bucket.
repeated double negative_counts = 10;- Specified by:
getNegativeCountsListin interfaceTypes.HistogramOrBuilder- Returns:
- A list containing the negativeCounts.
-
getNegativeCountsCount
public int getNegativeCountsCount()Absolute count of each bucket.
repeated double negative_counts = 10;- Specified by:
getNegativeCountsCountin interfaceTypes.HistogramOrBuilder- Returns:
- The count of negativeCounts.
-
getNegativeCounts
public double getNegativeCounts(int index) Absolute count of each bucket.
repeated double negative_counts = 10;- Specified by:
getNegativeCountsin interfaceTypes.HistogramOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The negativeCounts at the given index.
-
getPositiveSpansList
Positive Buckets.
repeated .prometheus.BucketSpan positive_spans = 11 [(.gogoproto.nullable) = false];- Specified by:
getPositiveSpansListin interfaceTypes.HistogramOrBuilder
-
getPositiveSpansOrBuilderList
Positive Buckets.
repeated .prometheus.BucketSpan positive_spans = 11 [(.gogoproto.nullable) = false];- Specified by:
getPositiveSpansOrBuilderListin interfaceTypes.HistogramOrBuilder
-
getPositiveSpansCount
public int getPositiveSpansCount()Positive Buckets.
repeated .prometheus.BucketSpan positive_spans = 11 [(.gogoproto.nullable) = false];- Specified by:
getPositiveSpansCountin interfaceTypes.HistogramOrBuilder
-
getPositiveSpans
Positive Buckets.
repeated .prometheus.BucketSpan positive_spans = 11 [(.gogoproto.nullable) = false];- Specified by:
getPositiveSpansin interfaceTypes.HistogramOrBuilder
-
getPositiveSpansOrBuilder
Positive Buckets.
repeated .prometheus.BucketSpan positive_spans = 11 [(.gogoproto.nullable) = false];- Specified by:
getPositiveSpansOrBuilderin interfaceTypes.HistogramOrBuilder
-
getPositiveDeltasList
Use either "positive_deltas" or "positive_counts", the former for regular histograms with integer counts, the latter for float histograms.
repeated sint64 positive_deltas = 12;- Specified by:
getPositiveDeltasListin interfaceTypes.HistogramOrBuilder- Returns:
- A list containing the positiveDeltas.
-
getPositiveDeltasCount
public int getPositiveDeltasCount()Use either "positive_deltas" or "positive_counts", the former for regular histograms with integer counts, the latter for float histograms.
repeated sint64 positive_deltas = 12;- Specified by:
getPositiveDeltasCountin interfaceTypes.HistogramOrBuilder- Returns:
- The count of positiveDeltas.
-
getPositiveDeltas
public long getPositiveDeltas(int index) Use either "positive_deltas" or "positive_counts", the former for regular histograms with integer counts, the latter for float histograms.
repeated sint64 positive_deltas = 12;- Specified by:
getPositiveDeltasin interfaceTypes.HistogramOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The positiveDeltas at the given index.
-
getPositiveCountsList
Absolute count of each bucket.
repeated double positive_counts = 13;- Specified by:
getPositiveCountsListin interfaceTypes.HistogramOrBuilder- Returns:
- A list containing the positiveCounts.
-
getPositiveCountsCount
public int getPositiveCountsCount()Absolute count of each bucket.
repeated double positive_counts = 13;- Specified by:
getPositiveCountsCountin interfaceTypes.HistogramOrBuilder- Returns:
- The count of positiveCounts.
-
getPositiveCounts
public double getPositiveCounts(int index) Absolute count of each bucket.
repeated double positive_counts = 13;- Specified by:
getPositiveCountsin interfaceTypes.HistogramOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The positiveCounts at the given index.
-
getResetHintValue
public int getResetHintValue().prometheus.Histogram.ResetHint reset_hint = 14;- Specified by:
getResetHintValuein interfaceTypes.HistogramOrBuilder- Returns:
- The enum numeric value on the wire for resetHint.
-
getResetHint
.prometheus.Histogram.ResetHint reset_hint = 14;- Specified by:
getResetHintin interfaceTypes.HistogramOrBuilder- Returns:
- The resetHint.
-
getTimestamp
public long getTimestamp()timestamp is in ms format, see model/timestamp/timestamp.go for conversion from time.Time to Prometheus timestamp.
int64 timestamp = 15;- Specified by:
getTimestampin interfaceTypes.HistogramOrBuilder- Returns:
- The timestamp.
-
getCustomValuesList
custom_values are not part of the specification, DO NOT use in remote write clients. Used only for converting from OpenTelemetry to Prometheus internally.
repeated double custom_values = 16;- Specified by:
getCustomValuesListin interfaceTypes.HistogramOrBuilder- Returns:
- A list containing the customValues.
-
getCustomValuesCount
public int getCustomValuesCount()custom_values are not part of the specification, DO NOT use in remote write clients. Used only for converting from OpenTelemetry to Prometheus internally.
repeated double custom_values = 16;- Specified by:
getCustomValuesCountin interfaceTypes.HistogramOrBuilder- Returns:
- The count of customValues.
-
getCustomValues
public double getCustomValues(int index) custom_values are not part of the specification, DO NOT use in remote write clients. Used only for converting from OpenTelemetry to Prometheus internally.
repeated double custom_values = 16;- Specified by:
getCustomValuesin interfaceTypes.HistogramOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The customValues at the given index.
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage
-
writeTo
- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessage- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessage
-
equals
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Types.Histogram parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Types.Histogram parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Types.Histogram parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Types.Histogram parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Types.Histogram parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Types.Histogram parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static Types.Histogram parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static Types.Histogram parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static Types.Histogram parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static Types.Histogram parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
-
toBuilder
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Types.Histogram.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) - Overrides:
newBuilderForTypein classcom.google.protobuf.AbstractMessage
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessage
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-