Class Distribution.LinearBuckets.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Distribution.LinearBuckets.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Distribution.LinearBuckets.Builder>
      • getDefaultInstanceForType

        public Distribution.LinearBuckets getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Distribution.LinearBuckets build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Distribution.LinearBuckets buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Distribution.LinearBuckets.Builder>
      • mergeFrom

        public Distribution.LinearBuckets.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                     throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Distribution.LinearBuckets.Builder>
        Throws:
        IOException
      • getNumFiniteBuckets

        public int getNumFiniteBuckets()
         The number of finite buckets. With the underflow and overflow buckets,
         the total number of buckets is `num_finite_buckets` + 2.
         See comments on `bucket_options` for details.
         
        int32 num_finite_buckets = 1;
        Specified by:
        getNumFiniteBuckets in interface Distribution.LinearBucketsOrBuilder
        Returns:
        The numFiniteBuckets.
      • setNumFiniteBuckets

        public Distribution.LinearBuckets.Builder setNumFiniteBuckets​(int value)
         The number of finite buckets. With the underflow and overflow buckets,
         the total number of buckets is `num_finite_buckets` + 2.
         See comments on `bucket_options` for details.
         
        int32 num_finite_buckets = 1;
        Parameters:
        value - The numFiniteBuckets to set.
        Returns:
        This builder for chaining.
      • clearNumFiniteBuckets

        public Distribution.LinearBuckets.Builder clearNumFiniteBuckets()
         The number of finite buckets. With the underflow and overflow buckets,
         the total number of buckets is `num_finite_buckets` + 2.
         See comments on `bucket_options` for details.
         
        int32 num_finite_buckets = 1;
        Returns:
        This builder for chaining.
      • getWidth

        public double getWidth()
         The i'th linear bucket covers the interval
           [offset + (i-1) * width, offset + i * width)
         where i ranges from 1 to num_finite_buckets, inclusive.
         Must be strictly positive.
         
        double width = 2;
        Specified by:
        getWidth in interface Distribution.LinearBucketsOrBuilder
        Returns:
        The width.
      • setWidth

        public Distribution.LinearBuckets.Builder setWidth​(double value)
         The i'th linear bucket covers the interval
           [offset + (i-1) * width, offset + i * width)
         where i ranges from 1 to num_finite_buckets, inclusive.
         Must be strictly positive.
         
        double width = 2;
        Parameters:
        value - The width to set.
        Returns:
        This builder for chaining.
      • clearWidth

        public Distribution.LinearBuckets.Builder clearWidth()
         The i'th linear bucket covers the interval
           [offset + (i-1) * width, offset + i * width)
         where i ranges from 1 to num_finite_buckets, inclusive.
         Must be strictly positive.
         
        double width = 2;
        Returns:
        This builder for chaining.
      • getOffset

        public double getOffset()
         The i'th linear bucket covers the interval
           [offset + (i-1) * width, offset + i * width)
         where i ranges from 1 to num_finite_buckets, inclusive.
         
        double offset = 3;
        Specified by:
        getOffset in interface Distribution.LinearBucketsOrBuilder
        Returns:
        The offset.
      • setOffset

        public Distribution.LinearBuckets.Builder setOffset​(double value)
         The i'th linear bucket covers the interval
           [offset + (i-1) * width, offset + i * width)
         where i ranges from 1 to num_finite_buckets, inclusive.
         
        double offset = 3;
        Parameters:
        value - The offset to set.
        Returns:
        This builder for chaining.
      • clearOffset

        public Distribution.LinearBuckets.Builder clearOffset()
         The i'th linear bucket covers the interval
           [offset + (i-1) * width, offset + i * width)
         where i ranges from 1 to num_finite_buckets, inclusive.
         
        double offset = 3;
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final Distribution.LinearBuckets.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Distribution.LinearBuckets.Builder>
      • mergeUnknownFields

        public final Distribution.LinearBuckets.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Distribution.LinearBuckets.Builder>