Package com.google.api
Class Distribution.BucketOptions.Explicit.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessage.ExtendableBuilder<com.google.protobuf.GeneratedMessageV3,BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Distribution.BucketOptions.Explicit.Builder>
-
- com.google.api.Distribution.BucketOptions.Explicit.Builder
-
- All Implemented Interfaces:
Distribution.BucketOptions.ExplicitOrBuilder
,com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<com.google.protobuf.GeneratedMessageV3>
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,java.lang.Cloneable
- Enclosing class:
- Distribution.BucketOptions.Explicit
public static final class Distribution.BucketOptions.Explicit.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Distribution.BucketOptions.Explicit.Builder> implements Distribution.BucketOptions.ExplicitOrBuilder
Specifies a set of buckets with arbitrary widths. There are `size(bounds) + 1` (= N) buckets. Bucket `i` has the following boundaries: Upper bound (0 <= i < N-1): bounds[i] Lower bound (1 <= i < N); bounds[i - 1] The `bounds` field must contain at least one element. If `bounds` has only one element, then there are no finite buckets, and that single element is the common boundary of the overflow and underflow buckets.
Protobuf typegoogle.api.Distribution.BucketOptions.Explicit
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Distribution.BucketOptions.Explicit.Builder
addAllBounds(java.lang.Iterable<? extends java.lang.Double> values)
The values must be monotonically increasing.Distribution.BucketOptions.Explicit.Builder
addBounds(double value)
The values must be monotonically increasing.Distribution.BucketOptions.Explicit.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
Distribution.BucketOptions.Explicit
build()
Distribution.BucketOptions.Explicit
buildPartial()
Distribution.BucketOptions.Explicit.Builder
clear()
Distribution.BucketOptions.Explicit.Builder
clearBounds()
The values must be monotonically increasing.Distribution.BucketOptions.Explicit.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
Distribution.BucketOptions.Explicit.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
Distribution.BucketOptions.Explicit.Builder
clone()
double
getBounds(int index)
The values must be monotonically increasing.int
getBoundsCount()
The values must be monotonically increasing.java.util.List<java.lang.Double>
getBoundsList()
The values must be monotonically increasing.Distribution.BucketOptions.Explicit
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
Distribution.BucketOptions.Explicit.Builder
mergeFrom(Distribution.BucketOptions.Explicit other)
Distribution.BucketOptions.Explicit.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Distribution.BucketOptions.Explicit.Builder
mergeFrom(com.google.protobuf.Message other)
Distribution.BucketOptions.Explicit.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Distribution.BucketOptions.Explicit.Builder
setBounds(int index, double value)
The values must be monotonically increasing.Distribution.BucketOptions.Explicit.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
Distribution.BucketOptions.Explicit.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
Distribution.BucketOptions.Explicit.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessage.ExtendableBuilder
addExtension, clearExtension, extensionsAreInitialized, getAllFields, getExtension, getExtension, getExtensionCount, getField, getFieldBuilder, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, hasExtension, hasField, mergeExtensionFields, newBuilderForField, parseUnknownField, setExtension, setExtension
-
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
getOneofFieldDescriptor, getUnknownFields, getUnknownFieldSetBuilder, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, onBuilt, onChanged, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Overrides:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<Distribution.BucketOptions.Explicit.Builder>
-
clear
public Distribution.BucketOptions.Explicit.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<Distribution.BucketOptions.Explicit.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessage.Builder<Distribution.BucketOptions.Explicit.Builder>
-
getDefaultInstanceForType
public Distribution.BucketOptions.Explicit getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<com.google.protobuf.GeneratedMessageV3>
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public Distribution.BucketOptions.Explicit build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Distribution.BucketOptions.Explicit buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Distribution.BucketOptions.Explicit.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<Distribution.BucketOptions.Explicit.Builder>
-
setField
public Distribution.BucketOptions.Explicit.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Distribution.BucketOptions.Explicit.Builder>
-
clearField
public Distribution.BucketOptions.Explicit.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Distribution.BucketOptions.Explicit.Builder>
-
clearOneof
public Distribution.BucketOptions.Explicit.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<Distribution.BucketOptions.Explicit.Builder>
-
setRepeatedField
public Distribution.BucketOptions.Explicit.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Distribution.BucketOptions.Explicit.Builder>
-
addRepeatedField
public Distribution.BucketOptions.Explicit.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Distribution.BucketOptions.Explicit.Builder>
-
mergeFrom
public Distribution.BucketOptions.Explicit.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Distribution.BucketOptions.Explicit.Builder>
-
mergeFrom
public Distribution.BucketOptions.Explicit.Builder mergeFrom(Distribution.BucketOptions.Explicit other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessage.ExtendableBuilder<com.google.protobuf.GeneratedMessageV3,Distribution.BucketOptions.Explicit.Builder>
-
mergeFrom
public Distribution.BucketOptions.Explicit.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Distribution.BucketOptions.Explicit.Builder>
- Throws:
java.io.IOException
-
getBoundsList
public java.util.List<java.lang.Double> getBoundsList()
The values must be monotonically increasing.
repeated double bounds = 1;
- Specified by:
getBoundsList
in interfaceDistribution.BucketOptions.ExplicitOrBuilder
- Returns:
- A list containing the bounds.
-
getBoundsCount
public int getBoundsCount()
The values must be monotonically increasing.
repeated double bounds = 1;
- Specified by:
getBoundsCount
in interfaceDistribution.BucketOptions.ExplicitOrBuilder
- Returns:
- The count of bounds.
-
getBounds
public double getBounds(int index)
The values must be monotonically increasing.
repeated double bounds = 1;
- Specified by:
getBounds
in interfaceDistribution.BucketOptions.ExplicitOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The bounds at the given index.
-
setBounds
public Distribution.BucketOptions.Explicit.Builder setBounds(int index, double value)
The values must be monotonically increasing.
repeated double bounds = 1;
- Parameters:
index
- The index to set the value at.value
- The bounds to set.- Returns:
- This builder for chaining.
-
addBounds
public Distribution.BucketOptions.Explicit.Builder addBounds(double value)
The values must be monotonically increasing.
repeated double bounds = 1;
- Parameters:
value
- The bounds to add.- Returns:
- This builder for chaining.
-
addAllBounds
public Distribution.BucketOptions.Explicit.Builder addAllBounds(java.lang.Iterable<? extends java.lang.Double> values)
The values must be monotonically increasing.
repeated double bounds = 1;
- Parameters:
values
- The bounds to add.- Returns:
- This builder for chaining.
-
clearBounds
public Distribution.BucketOptions.Explicit.Builder clearBounds()
The values must be monotonically increasing.
repeated double bounds = 1;
- Returns:
- This builder for chaining.
-
setUnknownFields
public final Distribution.BucketOptions.Explicit.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Distribution.BucketOptions.Explicit.Builder>
-
mergeUnknownFields
public final Distribution.BucketOptions.Explicit.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Distribution.BucketOptions.Explicit.Builder>
-
-