Uses of Class
com.google.api.Distribution.Builder
Packages that use Distribution.Builder
-
Uses of Distribution.Builder in com.google.api
Methods in com.google.api that return Distribution.BuilderModifier and TypeMethodDescriptionDistribution.Builder.addAllBucketCounts
(Iterable<? extends Long> values) The number of values in each bucket of the histogram, as described in `bucket_options`.Distribution.Builder.addAllExemplars
(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
(int index, 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
(Distribution.Exemplar value) Must be in increasing order of `value` field.Distribution.Builder.addExemplars
(Distribution.Exemplar.Builder builderForValue) Must be in increasing order of `value` field.Distribution.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) 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
(com.google.protobuf.Descriptors.FieldDescriptor field) Distribution.Builder.clearMean()
The arithmetic mean of the values in the population.Distribution.Builder.clearOneof
(com.google.protobuf.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()
Distribution.Builder.mergeBucketOptions
(Distribution.BucketOptions value) Defines the histogram bucket boundaries.Distribution.Builder.mergeFrom
(Distribution other) Distribution.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Distribution.Builder.mergeFrom
(com.google.protobuf.Message other) Distribution.Builder.mergeRange
(Distribution.Range value) If specified, contains the range of the population values.final Distribution.Builder
Distribution.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static Distribution.Builder
Distribution.newBuilder()
static Distribution.Builder
Distribution.newBuilder
(Distribution prototype) Distribution.newBuilderForType()
protected Distribution.Builder
Distribution.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) 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 value) Defines the histogram bucket boundaries.Distribution.Builder.setBucketOptions
(Distribution.BucketOptions.Builder builderForValue) Defines the histogram bucket boundaries.Distribution.Builder.setCount
(long value) The number of values in the population.Distribution.Builder.setExemplars
(int index, Distribution.Exemplar value) Must be in increasing order of `value` field.Distribution.Builder.setExemplars
(int index, Distribution.Exemplar.Builder builderForValue) Must be in increasing order of `value` field.Distribution.Builder.setMean
(double value) The arithmetic mean of the values in the population.Distribution.Builder.setRange
(Distribution.Range value) If specified, contains the range of the population values.Distribution.Builder.setRange
(Distribution.Range.Builder builderForValue) If specified, contains the range of the population values.Distribution.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Distribution.Builder.setSumOfSquaredDeviation
(double value) The sum of squared deviations from the mean of the values in the population.final Distribution.Builder
Distribution.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Distribution.toBuilder()