public static final class Distribution.Builder extends GeneratedMessageV3.Builder<Distribution.Builder> implements DistributionOrBuilder
`Distribution` contains summary statistics for a population of values. It optionally contains a histogram representing the distribution of those values across a set of buckets. The summary statistics are the count, mean, sum of the squared deviation from the mean, the minimum, and the maximum of the set of population of values. The histogram is based on a sequence of buckets and gives a count of values that fall into each bucket. The boundaries of the buckets are given either explicitly or by formulas for buckets of fixed or exponentially increasing widths. Although it is not forbidden, it is generally a bad idea to include non-finite values (infinities or NaNs) in the population of values, as this will render the `mean` and `sum_of_squared_deviation` fields meaningless.Protobuf type
google.api.Distribution
Modifier and Type | Method and Description |
---|---|
Distribution.Builder |
addAllBucketCounts(java.lang.Iterable<? extends java.lang.Long> values)
The number of values in each bucket of the histogram, as described in
`bucket_options`.
|
Distribution.Builder |
addAllExemplars(java.lang.Iterable<? extends Distribution.Exemplar> values)
Must be in increasing order of `value` field.
|
Distribution.Builder |
addBucketCounts(long value)
The number of values in each bucket of the histogram, as described in
`bucket_options`.
|
Distribution.Builder |
addExemplars(Distribution.Exemplar.Builder builderForValue)
Must be in increasing order of `value` field.
|
Distribution.Builder |
addExemplars(Distribution.Exemplar value)
Must be in increasing order of `value` field.
|
Distribution.Builder |
addExemplars(int index,
Distribution.Exemplar.Builder builderForValue)
Must be in increasing order of `value` field.
|
Distribution.Builder |
addExemplars(int index,
Distribution.Exemplar value)
Must be in increasing order of `value` field.
|
Distribution.Exemplar.Builder |
addExemplarsBuilder()
Must be in increasing order of `value` field.
|
Distribution.Exemplar.Builder |
addExemplarsBuilder(int index)
Must be in increasing order of `value` field.
|
Distribution.Builder |
addRepeatedField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
Distribution |
build() |
Distribution |
buildPartial() |
Distribution.Builder |
clear() |
Distribution.Builder |
clearBucketCounts()
The number of values in each bucket of the histogram, as described in
`bucket_options`.
|
Distribution.Builder |
clearBucketOptions()
Defines the histogram bucket boundaries.
|
Distribution.Builder |
clearCount()
The number of values in the population.
|
Distribution.Builder |
clearExemplars()
Must be in increasing order of `value` field.
|
Distribution.Builder |
clearField(Descriptors.FieldDescriptor field) |
Distribution.Builder |
clearMean()
The arithmetic mean of the values in the population.
|
Distribution.Builder |
clearOneof(Descriptors.OneofDescriptor oneof) |
Distribution.Builder |
clearRange()
If specified, contains the range of the population values.
|
Distribution.Builder |
clearSumOfSquaredDeviation()
The sum of squared deviations from the mean of the values in the
population.
|
Distribution.Builder |
clone() |
long |
getBucketCounts(int index)
The number of values in each bucket of the histogram, as described in
`bucket_options`.
|
int |
getBucketCountsCount()
The number of values in each bucket of the histogram, as described in
`bucket_options`.
|
java.util.List<java.lang.Long> |
getBucketCountsList()
The number of values in each bucket of the histogram, as described in
`bucket_options`.
|
Distribution.BucketOptions |
getBucketOptions()
Defines the histogram bucket boundaries.
|
Distribution.BucketOptions.Builder |
getBucketOptionsBuilder()
Defines the histogram bucket boundaries.
|
Distribution.BucketOptionsOrBuilder |
getBucketOptionsOrBuilder()
Defines the histogram bucket boundaries.
|
long |
getCount()
The number of values in the population.
|
Distribution |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
Descriptors.Descriptor |
getDescriptorForType() |
Distribution.Exemplar |
getExemplars(int index)
Must be in increasing order of `value` field.
|
Distribution.Exemplar.Builder |
getExemplarsBuilder(int index)
Must be in increasing order of `value` field.
|
java.util.List<Distribution.Exemplar.Builder> |
getExemplarsBuilderList()
Must be in increasing order of `value` field.
|
int |
getExemplarsCount()
Must be in increasing order of `value` field.
|
java.util.List<Distribution.Exemplar> |
getExemplarsList()
Must be in increasing order of `value` field.
|
Distribution.ExemplarOrBuilder |
getExemplarsOrBuilder(int index)
Must be in increasing order of `value` field.
|
java.util.List<? extends Distribution.ExemplarOrBuilder> |
getExemplarsOrBuilderList()
Must be in increasing order of `value` field.
|
double |
getMean()
The arithmetic mean of the values in the population.
|
Distribution.Range |
getRange()
If specified, contains the range of the population values.
|
Distribution.Range.Builder |
getRangeBuilder()
If specified, contains the range of the population values.
|
Distribution.RangeOrBuilder |
getRangeOrBuilder()
If specified, contains the range of the population values.
|
double |
getSumOfSquaredDeviation()
The sum of squared deviations from the mean of the values in the
population.
|
boolean |
hasBucketOptions()
Defines the histogram bucket boundaries.
|
boolean |
hasRange()
If specified, contains the range of the population values.
|
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Distribution.Builder |
mergeBucketOptions(Distribution.BucketOptions value)
Defines the histogram bucket boundaries.
|
Distribution.Builder |
mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
Distribution.Builder |
mergeFrom(Distribution other) |
Distribution.Builder |
mergeFrom(Message other) |
Distribution.Builder |
mergeRange(Distribution.Range value)
If specified, contains the range of the population values.
|
Distribution.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields) |
Distribution.Builder |
removeExemplars(int index)
Must be in increasing order of `value` field.
|
Distribution.Builder |
setBucketCounts(int index,
long value)
The number of values in each bucket of the histogram, as described in
`bucket_options`.
|
Distribution.Builder |
setBucketOptions(Distribution.BucketOptions.Builder builderForValue)
Defines the histogram bucket boundaries.
|
Distribution.Builder |
setBucketOptions(Distribution.BucketOptions value)
Defines the histogram bucket boundaries.
|
Distribution.Builder |
setCount(long value)
The number of values in the population.
|
Distribution.Builder |
setExemplars(int index,
Distribution.Exemplar.Builder builderForValue)
Must be in increasing order of `value` field.
|
Distribution.Builder |
setExemplars(int index,
Distribution.Exemplar value)
Must be in increasing order of `value` field.
|
Distribution.Builder |
setField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
Distribution.Builder |
setMean(double value)
The arithmetic mean of the values in the population.
|
Distribution.Builder |
setRange(Distribution.Range.Builder builderForValue)
If specified, contains the range of the population values.
|
Distribution.Builder |
setRange(Distribution.Range value)
If specified, contains the range of the population values.
|
Distribution.Builder |
setRepeatedField(Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
Distribution.Builder |
setSumOfSquaredDeviation(double value)
The sum of squared deviations from the mean of the values in the
population.
|
Distribution.Builder |
setUnknownFields(UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<Distribution.Builder>
public Distribution.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<Distribution.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<Distribution.Builder>
public Distribution getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public Distribution build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public Distribution buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public Distribution.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<Distribution.Builder>
public Distribution.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<Distribution.Builder>
public Distribution.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<Distribution.Builder>
public Distribution.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<Distribution.Builder>
public Distribution.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<Distribution.Builder>
public Distribution.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<Distribution.Builder>
public Distribution.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<Distribution.Builder>
public Distribution.Builder mergeFrom(Distribution other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<Distribution.Builder>
public Distribution.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<Distribution.Builder>
java.io.IOException
public long getCount()
The number of values in the population. Must be non-negative. This value must equal the sum of the values in `bucket_counts` if a histogram is provided.
int64 count = 1;
getCount
in interface DistributionOrBuilder
public Distribution.Builder setCount(long value)
The number of values in the population. Must be non-negative. This value must equal the sum of the values in `bucket_counts` if a histogram is provided.
int64 count = 1;
public Distribution.Builder clearCount()
The number of values in the population. Must be non-negative. This value must equal the sum of the values in `bucket_counts` if a histogram is provided.
int64 count = 1;
public double getMean()
The arithmetic mean of the values in the population. If `count` is zero then this field must be zero.
double mean = 2;
getMean
in interface DistributionOrBuilder
public Distribution.Builder setMean(double value)
The arithmetic mean of the values in the population. If `count` is zero then this field must be zero.
double mean = 2;
public Distribution.Builder clearMean()
The arithmetic mean of the values in the population. If `count` is zero then this field must be zero.
double mean = 2;
public double getSumOfSquaredDeviation()
The sum of squared deviations from the mean of the values in the population. For values x_i this is: Sum[i=1..n]((x_i - mean)^2) Knuth, "The Art of Computer Programming", Vol. 2, page 323, 3rd edition describes Welford's method for accumulating this sum in one pass. If `count` is zero then this field must be zero.
double sum_of_squared_deviation = 3;
getSumOfSquaredDeviation
in interface DistributionOrBuilder
public Distribution.Builder setSumOfSquaredDeviation(double value)
The sum of squared deviations from the mean of the values in the population. For values x_i this is: Sum[i=1..n]((x_i - mean)^2) Knuth, "The Art of Computer Programming", Vol. 2, page 323, 3rd edition describes Welford's method for accumulating this sum in one pass. If `count` is zero then this field must be zero.
double sum_of_squared_deviation = 3;
public Distribution.Builder clearSumOfSquaredDeviation()
The sum of squared deviations from the mean of the values in the population. For values x_i this is: Sum[i=1..n]((x_i - mean)^2) Knuth, "The Art of Computer Programming", Vol. 2, page 323, 3rd edition describes Welford's method for accumulating this sum in one pass. If `count` is zero then this field must be zero.
double sum_of_squared_deviation = 3;
public boolean hasRange()
If specified, contains the range of the population values. The field must not be present if the `count` is zero.
.google.api.Distribution.Range range = 4;
hasRange
in interface DistributionOrBuilder
public Distribution.Range getRange()
If specified, contains the range of the population values. The field must not be present if the `count` is zero.
.google.api.Distribution.Range range = 4;
getRange
in interface DistributionOrBuilder
public Distribution.Builder setRange(Distribution.Range value)
If specified, contains the range of the population values. The field must not be present if the `count` is zero.
.google.api.Distribution.Range range = 4;
public Distribution.Builder setRange(Distribution.Range.Builder builderForValue)
If specified, contains the range of the population values. The field must not be present if the `count` is zero.
.google.api.Distribution.Range range = 4;
public Distribution.Builder mergeRange(Distribution.Range value)
If specified, contains the range of the population values. The field must not be present if the `count` is zero.
.google.api.Distribution.Range range = 4;
public Distribution.Builder clearRange()
If specified, contains the range of the population values. The field must not be present if the `count` is zero.
.google.api.Distribution.Range range = 4;
public Distribution.Range.Builder getRangeBuilder()
If specified, contains the range of the population values. The field must not be present if the `count` is zero.
.google.api.Distribution.Range range = 4;
public Distribution.RangeOrBuilder getRangeOrBuilder()
If specified, contains the range of the population values. The field must not be present if the `count` is zero.
.google.api.Distribution.Range range = 4;
getRangeOrBuilder
in interface DistributionOrBuilder
public boolean hasBucketOptions()
Defines the histogram bucket boundaries. If the distribution does not contain a histogram, then omit this field.
.google.api.Distribution.BucketOptions bucket_options = 6;
hasBucketOptions
in interface DistributionOrBuilder
public Distribution.BucketOptions getBucketOptions()
Defines the histogram bucket boundaries. If the distribution does not contain a histogram, then omit this field.
.google.api.Distribution.BucketOptions bucket_options = 6;
getBucketOptions
in interface DistributionOrBuilder
public Distribution.Builder setBucketOptions(Distribution.BucketOptions value)
Defines the histogram bucket boundaries. If the distribution does not contain a histogram, then omit this field.
.google.api.Distribution.BucketOptions bucket_options = 6;
public Distribution.Builder setBucketOptions(Distribution.BucketOptions.Builder builderForValue)
Defines the histogram bucket boundaries. If the distribution does not contain a histogram, then omit this field.
.google.api.Distribution.BucketOptions bucket_options = 6;
public Distribution.Builder mergeBucketOptions(Distribution.BucketOptions value)
Defines the histogram bucket boundaries. If the distribution does not contain a histogram, then omit this field.
.google.api.Distribution.BucketOptions bucket_options = 6;
public Distribution.Builder clearBucketOptions()
Defines the histogram bucket boundaries. If the distribution does not contain a histogram, then omit this field.
.google.api.Distribution.BucketOptions bucket_options = 6;
public Distribution.BucketOptions.Builder getBucketOptionsBuilder()
Defines the histogram bucket boundaries. If the distribution does not contain a histogram, then omit this field.
.google.api.Distribution.BucketOptions bucket_options = 6;
public Distribution.BucketOptionsOrBuilder getBucketOptionsOrBuilder()
Defines the histogram bucket boundaries. If the distribution does not contain a histogram, then omit this field.
.google.api.Distribution.BucketOptions bucket_options = 6;
getBucketOptionsOrBuilder
in interface DistributionOrBuilder
public java.util.List<java.lang.Long> getBucketCountsList()
The number of values in each bucket of the histogram, as described in `bucket_options`. If the distribution does not have a histogram, then omit this field. If there is a histogram, then the sum of the values in `bucket_counts` must equal the value in the `count` field of the distribution. If present, `bucket_counts` should contain N values, where N is the number of buckets specified in `bucket_options`. If you supply fewer than N values, the remaining values are assumed to be 0. The order of the values in `bucket_counts` follows the bucket numbering schemes described for the three bucket types. The first value must be the count for the underflow bucket (number 0). The next N-2 values are the counts for the finite buckets (number 1 through N-2). The N'th value in `bucket_counts` is the count for the overflow bucket (number N-1).
repeated int64 bucket_counts = 7;
getBucketCountsList
in interface DistributionOrBuilder
public int getBucketCountsCount()
The number of values in each bucket of the histogram, as described in `bucket_options`. If the distribution does not have a histogram, then omit this field. If there is a histogram, then the sum of the values in `bucket_counts` must equal the value in the `count` field of the distribution. If present, `bucket_counts` should contain N values, where N is the number of buckets specified in `bucket_options`. If you supply fewer than N values, the remaining values are assumed to be 0. The order of the values in `bucket_counts` follows the bucket numbering schemes described for the three bucket types. The first value must be the count for the underflow bucket (number 0). The next N-2 values are the counts for the finite buckets (number 1 through N-2). The N'th value in `bucket_counts` is the count for the overflow bucket (number N-1).
repeated int64 bucket_counts = 7;
getBucketCountsCount
in interface DistributionOrBuilder
public long getBucketCounts(int index)
The number of values in each bucket of the histogram, as described in `bucket_options`. If the distribution does not have a histogram, then omit this field. If there is a histogram, then the sum of the values in `bucket_counts` must equal the value in the `count` field of the distribution. If present, `bucket_counts` should contain N values, where N is the number of buckets specified in `bucket_options`. If you supply fewer than N values, the remaining values are assumed to be 0. The order of the values in `bucket_counts` follows the bucket numbering schemes described for the three bucket types. The first value must be the count for the underflow bucket (number 0). The next N-2 values are the counts for the finite buckets (number 1 through N-2). The N'th value in `bucket_counts` is the count for the overflow bucket (number N-1).
repeated int64 bucket_counts = 7;
getBucketCounts
in interface DistributionOrBuilder
public Distribution.Builder setBucketCounts(int index, long value)
The number of values in each bucket of the histogram, as described in `bucket_options`. If the distribution does not have a histogram, then omit this field. If there is a histogram, then the sum of the values in `bucket_counts` must equal the value in the `count` field of the distribution. If present, `bucket_counts` should contain N values, where N is the number of buckets specified in `bucket_options`. If you supply fewer than N values, the remaining values are assumed to be 0. The order of the values in `bucket_counts` follows the bucket numbering schemes described for the three bucket types. The first value must be the count for the underflow bucket (number 0). The next N-2 values are the counts for the finite buckets (number 1 through N-2). The N'th value in `bucket_counts` is the count for the overflow bucket (number N-1).
repeated int64 bucket_counts = 7;
public Distribution.Builder addBucketCounts(long value)
The number of values in each bucket of the histogram, as described in `bucket_options`. If the distribution does not have a histogram, then omit this field. If there is a histogram, then the sum of the values in `bucket_counts` must equal the value in the `count` field of the distribution. If present, `bucket_counts` should contain N values, where N is the number of buckets specified in `bucket_options`. If you supply fewer than N values, the remaining values are assumed to be 0. The order of the values in `bucket_counts` follows the bucket numbering schemes described for the three bucket types. The first value must be the count for the underflow bucket (number 0). The next N-2 values are the counts for the finite buckets (number 1 through N-2). The N'th value in `bucket_counts` is the count for the overflow bucket (number N-1).
repeated int64 bucket_counts = 7;
public Distribution.Builder addAllBucketCounts(java.lang.Iterable<? extends java.lang.Long> values)
The number of values in each bucket of the histogram, as described in `bucket_options`. If the distribution does not have a histogram, then omit this field. If there is a histogram, then the sum of the values in `bucket_counts` must equal the value in the `count` field of the distribution. If present, `bucket_counts` should contain N values, where N is the number of buckets specified in `bucket_options`. If you supply fewer than N values, the remaining values are assumed to be 0. The order of the values in `bucket_counts` follows the bucket numbering schemes described for the three bucket types. The first value must be the count for the underflow bucket (number 0). The next N-2 values are the counts for the finite buckets (number 1 through N-2). The N'th value in `bucket_counts` is the count for the overflow bucket (number N-1).
repeated int64 bucket_counts = 7;
public Distribution.Builder clearBucketCounts()
The number of values in each bucket of the histogram, as described in `bucket_options`. If the distribution does not have a histogram, then omit this field. If there is a histogram, then the sum of the values in `bucket_counts` must equal the value in the `count` field of the distribution. If present, `bucket_counts` should contain N values, where N is the number of buckets specified in `bucket_options`. If you supply fewer than N values, the remaining values are assumed to be 0. The order of the values in `bucket_counts` follows the bucket numbering schemes described for the three bucket types. The first value must be the count for the underflow bucket (number 0). The next N-2 values are the counts for the finite buckets (number 1 through N-2). The N'th value in `bucket_counts` is the count for the overflow bucket (number N-1).
repeated int64 bucket_counts = 7;
public java.util.List<Distribution.Exemplar> getExemplarsList()
Must be in increasing order of `value` field.
repeated .google.api.Distribution.Exemplar exemplars = 10;
getExemplarsList
in interface DistributionOrBuilder
public int getExemplarsCount()
Must be in increasing order of `value` field.
repeated .google.api.Distribution.Exemplar exemplars = 10;
getExemplarsCount
in interface DistributionOrBuilder
public Distribution.Exemplar getExemplars(int index)
Must be in increasing order of `value` field.
repeated .google.api.Distribution.Exemplar exemplars = 10;
getExemplars
in interface DistributionOrBuilder
public Distribution.Builder setExemplars(int index, Distribution.Exemplar value)
Must be in increasing order of `value` field.
repeated .google.api.Distribution.Exemplar exemplars = 10;
public Distribution.Builder setExemplars(int index, Distribution.Exemplar.Builder builderForValue)
Must be in increasing order of `value` field.
repeated .google.api.Distribution.Exemplar exemplars = 10;
public Distribution.Builder addExemplars(Distribution.Exemplar value)
Must be in increasing order of `value` field.
repeated .google.api.Distribution.Exemplar exemplars = 10;
public Distribution.Builder addExemplars(int index, Distribution.Exemplar value)
Must be in increasing order of `value` field.
repeated .google.api.Distribution.Exemplar exemplars = 10;
public Distribution.Builder addExemplars(Distribution.Exemplar.Builder builderForValue)
Must be in increasing order of `value` field.
repeated .google.api.Distribution.Exemplar exemplars = 10;
public Distribution.Builder addExemplars(int index, Distribution.Exemplar.Builder builderForValue)
Must be in increasing order of `value` field.
repeated .google.api.Distribution.Exemplar exemplars = 10;
public Distribution.Builder addAllExemplars(java.lang.Iterable<? extends Distribution.Exemplar> values)
Must be in increasing order of `value` field.
repeated .google.api.Distribution.Exemplar exemplars = 10;
public Distribution.Builder clearExemplars()
Must be in increasing order of `value` field.
repeated .google.api.Distribution.Exemplar exemplars = 10;
public Distribution.Builder removeExemplars(int index)
Must be in increasing order of `value` field.
repeated .google.api.Distribution.Exemplar exemplars = 10;
public Distribution.Exemplar.Builder getExemplarsBuilder(int index)
Must be in increasing order of `value` field.
repeated .google.api.Distribution.Exemplar exemplars = 10;
public Distribution.ExemplarOrBuilder getExemplarsOrBuilder(int index)
Must be in increasing order of `value` field.
repeated .google.api.Distribution.Exemplar exemplars = 10;
getExemplarsOrBuilder
in interface DistributionOrBuilder
public java.util.List<? extends Distribution.ExemplarOrBuilder> getExemplarsOrBuilderList()
Must be in increasing order of `value` field.
repeated .google.api.Distribution.Exemplar exemplars = 10;
getExemplarsOrBuilderList
in interface DistributionOrBuilder
public Distribution.Exemplar.Builder addExemplarsBuilder()
Must be in increasing order of `value` field.
repeated .google.api.Distribution.Exemplar exemplars = 10;
public Distribution.Exemplar.Builder addExemplarsBuilder(int index)
Must be in increasing order of `value` field.
repeated .google.api.Distribution.Exemplar exemplars = 10;
public java.util.List<Distribution.Exemplar.Builder> getExemplarsBuilderList()
Must be in increasing order of `value` field.
repeated .google.api.Distribution.Exemplar exemplars = 10;
public final Distribution.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<Distribution.Builder>
public final Distribution.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<Distribution.Builder>