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.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.clearMean()The arithmetic mean of the values in the population.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.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.static Distribution.BuilderDistribution.newBuilder()static Distribution.BuilderDistribution.newBuilder(Distribution prototype) Distribution.newBuilderForType()protected Distribution.BuilderDistribution.newBuilderForType(com.google.protobuf.AbstractMessage.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.setSumOfSquaredDeviation(double value) The sum of squared deviations from the mean of the values in the population.Distribution.toBuilder()