Uses of Class
com.google.api.Distribution.BucketOptions.Linear.Builder
Packages that use Distribution.BucketOptions.Linear.Builder
-
Uses of Distribution.BucketOptions.Linear.Builder in com.google.api
Methods in com.google.api that return Distribution.BucketOptions.Linear.BuilderModifier and TypeMethodDescriptionDistribution.BucketOptions.Linear.Builder.clear()Distribution.BucketOptions.Linear.Builder.clearNumFiniteBuckets()Must be greater than 0.Distribution.BucketOptions.Linear.Builder.clearOffset()Lower bound of the first bucket.Distribution.BucketOptions.Linear.Builder.clearWidth()Must be greater than 0.Distribution.BucketOptions.Builder.getLinearBucketsBuilder()The linear bucket.Distribution.BucketOptions.Linear.Builder.mergeFrom(Distribution.BucketOptions.Linear other) Distribution.BucketOptions.Linear.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Distribution.BucketOptions.Linear.Builder.mergeFrom(com.google.protobuf.Message other) Distribution.BucketOptions.Linear.newBuilder()Distribution.BucketOptions.Linear.newBuilder(Distribution.BucketOptions.Linear prototype) Distribution.BucketOptions.Linear.newBuilderForType()Distribution.BucketOptions.Linear.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Distribution.BucketOptions.Linear.Builder.setNumFiniteBuckets(int value) Must be greater than 0.Distribution.BucketOptions.Linear.Builder.setOffset(double value) Lower bound of the first bucket.Distribution.BucketOptions.Linear.Builder.setWidth(double value) Must be greater than 0.Distribution.BucketOptions.Linear.toBuilder()Methods in com.google.api with parameters of type Distribution.BucketOptions.Linear.BuilderModifier and TypeMethodDescriptionDistribution.BucketOptions.Builder.setLinearBuckets(Distribution.BucketOptions.Linear.Builder builderForValue) The linear bucket.