Class Distribution.BucketOptions.Builder (2.61.3) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 2.61.3keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  Distribution . BucketOptions . Builder   extends   GeneratedMessageV3 . Builder<Distribution . BucketOptions . Builder >  implements   Distribution . BucketOptionsOrBuilder  
   BucketOptions describes the bucket boundaries used to create a histogram
 for the distribution. The buckets can be in a linear sequence, an
 exponential sequence, or each bucket can be specified explicitly.
 BucketOptions does not include the number of values in each bucket.
 A bucket has an inclusive lower bound and exclusive upper bound for the
 values that are counted for that bucket. The upper bound of a bucket must
 be strictly greater than the lower bound. The sequence of N buckets for a
 distribution consists of an underflow bucket (number 0), zero or more
 finite buckets (number 1 through N - 2) and an overflow bucket (number N -
 1). The buckets are contiguous: the lower bound of bucket i (i > 0) is the
 same as the upper bound of bucket i - 1. The buckets span the whole range
 of finite values: lower bound of the underflow bucket is -infinity and the
 upper bound of the overflow bucket is +infinity. The finite buckets are
 so-called because both bounds are finite.
 Protobuf type google.api.Distribution.BucketOptions
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder() 
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int) 
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int) 
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString) 
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int) 
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int) 
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder) 
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
   
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  Methods
   
  addRepeatedField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   Distribution . BucketOptions . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  
  
  Overrides 
  
  build() 
  
    
public   Distribution . BucketOptions   build ()  
  
  buildPartial() 
  
    
public   Distribution . BucketOptions   buildPartial ()  
  
  clear() 
  
    
public   Distribution . BucketOptions . Builder   clear ()  
  
  Overrides 
  
  clearExplicitBuckets() 
  
    
public   Distribution . BucketOptions . Builder   clearExplicitBuckets ()  
   The explicit buckets.
 .google.api.Distribution.BucketOptions.Explicit explicit_buckets = 3;
clearExponentialBuckets() 
  
    
public   Distribution . BucketOptions . Builder   clearExponentialBuckets ()  
   The exponential buckets.
 .google.api.Distribution.BucketOptions.Exponential exponential_buckets = 2;
clearField(Descriptors.FieldDescriptor field) 
  
    
public   Distribution . BucketOptions . Builder   clearField ( Descriptors . FieldDescriptor   field )  
  
  
  Overrides 
  
  clearLinearBuckets() 
  
    
public   Distribution . BucketOptions . Builder   clearLinearBuckets ()  
   The linear bucket.
 .google.api.Distribution.BucketOptions.Linear linear_buckets = 1;
clearOneof(Descriptors.OneofDescriptor oneof) 
  
    
public   Distribution . BucketOptions . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
  
  
  Overrides 
  
  clearOptions() 
  
    
public   Distribution . BucketOptions . Builder   clearOptions ()  
  
  clone() 
  
    
public   Distribution . BucketOptions . Builder   clone ()  
  
  Overrides 
  
  getDefaultInstanceForType() 
  
    
public   Distribution . BucketOptions   getDefaultInstanceForType ()  
  
  getDescriptorForType() 
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
  
  Overrides 
  
  getExplicitBuckets() 
  
    
public   Distribution . BucketOptions . Explicit   getExplicitBuckets ()  
   The explicit buckets.
 .google.api.Distribution.BucketOptions.Explicit explicit_buckets = 3;
getExplicitBucketsBuilder() 
  
    
public   Distribution . BucketOptions . Explicit . Builder   getExplicitBucketsBuilder ()  
   The explicit buckets.
 .google.api.Distribution.BucketOptions.Explicit explicit_buckets = 3;
getExplicitBucketsOrBuilder() 
  
    
public   Distribution . BucketOptions . ExplicitOrBuilder   getExplicitBucketsOrBuilder ()  
   The explicit buckets.
 .google.api.Distribution.BucketOptions.Explicit explicit_buckets = 3;
getExponentialBuckets() 
  
    
public   Distribution . BucketOptions . Exponential   getExponentialBuckets ()  
   The exponential buckets.
 .google.api.Distribution.BucketOptions.Exponential exponential_buckets = 2;
getExponentialBucketsBuilder() 
  
    
public   Distribution . BucketOptions . Exponential . Builder   getExponentialBucketsBuilder ()  
   The exponential buckets.
 .google.api.Distribution.BucketOptions.Exponential exponential_buckets = 2;
getExponentialBucketsOrBuilder() 
  
    
public   Distribution . BucketOptions . ExponentialOrBuilder   getExponentialBucketsOrBuilder ()  
   The exponential buckets.
 .google.api.Distribution.BucketOptions.Exponential exponential_buckets = 2;
getLinearBuckets() 
  
    
public   Distribution . BucketOptions . Linear   getLinearBuckets ()  
   The linear bucket.
 .google.api.Distribution.BucketOptions.Linear linear_buckets = 1;
getLinearBucketsBuilder() 
  
    
public   Distribution . BucketOptions . Linear . Builder   getLinearBucketsBuilder ()  
   The linear bucket.
 .google.api.Distribution.BucketOptions.Linear linear_buckets = 1;
getLinearBucketsOrBuilder() 
  
    
public   Distribution . BucketOptions . LinearOrBuilder   getLinearBucketsOrBuilder ()  
   The linear bucket.
 .google.api.Distribution.BucketOptions.Linear linear_buckets = 1;
getOptionsCase() 
  
    
public   Distribution . BucketOptions . OptionsCase   getOptionsCase ()  
  
  hasExplicitBuckets() 
  
    
public   boolean   hasExplicitBuckets ()  
   The explicit buckets.
 .google.api.Distribution.BucketOptions.Explicit explicit_buckets = 3;
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the explicitBuckets field is set.
 
     
  
  hasExponentialBuckets() 
  
    
public   boolean   hasExponentialBuckets ()  
   The exponential buckets.
 .google.api.Distribution.BucketOptions.Exponential exponential_buckets = 2;
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the exponentialBuckets field is set.
 
     
  
  hasLinearBuckets() 
  
    
public   boolean   hasLinearBuckets ()  
   The linear bucket.
 .google.api.Distribution.BucketOptions.Linear linear_buckets = 1;
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the linearBuckets field is set.
 
     
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  mergeExplicitBuckets(Distribution.BucketOptions.Explicit value) 
  
    
public   Distribution . BucketOptions . Builder   mergeExplicitBuckets ( Distribution . BucketOptions . Explicit   value )  
   The explicit buckets.
 .google.api.Distribution.BucketOptions.Explicit explicit_buckets = 3;
mergeExponentialBuckets(Distribution.BucketOptions.Exponential value) 
  
    
public   Distribution . BucketOptions . Builder   mergeExponentialBuckets ( Distribution . BucketOptions . Exponential   value )  
   The exponential buckets.
 .google.api.Distribution.BucketOptions.Exponential exponential_buckets = 2;
mergeFrom(Distribution.BucketOptions other) 
  
    
public   Distribution . BucketOptions . Builder   mergeFrom ( Distribution . BucketOptions   other )  
  
  
  
    
public   Distribution . BucketOptions . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  Overrides 
  
  
  mergeFrom(Message other) 
  
    
public   Distribution . BucketOptions . Builder   mergeFrom ( Message   other )  
  
    
      
        Parameter  
      
        Name Description  
      
        otherMessage  
     
  
  
  Overrides 
  
  mergeLinearBuckets(Distribution.BucketOptions.Linear value) 
  
    
public   Distribution . BucketOptions . Builder   mergeLinearBuckets ( Distribution . BucketOptions . Linear   value )  
   The linear bucket.
 .google.api.Distribution.BucketOptions.Linear linear_buckets = 1;
mergeUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   Distribution . BucketOptions . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
  
  
  Overrides 
  
  setExplicitBuckets(Distribution.BucketOptions.Explicit value) 
  
    
public   Distribution . BucketOptions . Builder   setExplicitBuckets ( Distribution . BucketOptions . Explicit   value )  
   The explicit buckets.
 .google.api.Distribution.BucketOptions.Explicit explicit_buckets = 3;
setExplicitBuckets(Distribution.BucketOptions.Explicit.Builder builderForValue) 
  
    
public   Distribution . BucketOptions . Builder   setExplicitBuckets ( Distribution . BucketOptions . Explicit . Builder   builderForValue )  
   The explicit buckets.
 .google.api.Distribution.BucketOptions.Explicit explicit_buckets = 3;
setExponentialBuckets(Distribution.BucketOptions.Exponential value) 
  
    
public   Distribution . BucketOptions . Builder   setExponentialBuckets ( Distribution . BucketOptions . Exponential   value )  
   The exponential buckets.
 .google.api.Distribution.BucketOptions.Exponential exponential_buckets = 2;
setExponentialBuckets(Distribution.BucketOptions.Exponential.Builder builderForValue) 
  
    
public   Distribution . BucketOptions . Builder   setExponentialBuckets ( Distribution . BucketOptions . Exponential . Builder   builderForValue )  
   The exponential buckets.
 .google.api.Distribution.BucketOptions.Exponential exponential_buckets = 2;
setField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   Distribution . BucketOptions . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  
  
  Overrides 
  
  setLinearBuckets(Distribution.BucketOptions.Linear value) 
  
    
public   Distribution . BucketOptions . Builder   setLinearBuckets ( Distribution . BucketOptions . Linear   value )  
   The linear bucket.
 .google.api.Distribution.BucketOptions.Linear linear_buckets = 1;
setLinearBuckets(Distribution.BucketOptions.Linear.Builder builderForValue) 
  
    
public   Distribution . BucketOptions . Builder   setLinearBuckets ( Distribution . BucketOptions . Linear . Builder   builderForValue )  
   The linear bucket.
 .google.api.Distribution.BucketOptions.Linear linear_buckets = 1;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) 
  
    
public   Distribution . BucketOptions . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
  
  
  Overrides 
  
  setUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   Distribution . BucketOptions . Builder   setUnknownFields ( UnknownFieldSet   unknownFields )  
  
  
  Overrides 
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-28 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-28 UTC."],[],[]]