public static final class Distribution.LinearBuckets extends GeneratedMessageV3 implements Distribution.LinearBucketsOrBuilder
Describing buckets with constant width.
Protobuf type google.api.servicecontrol.v1.Distribution.LinearBuckets
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
NUM_FINITE_BUCKETS_FIELD_NUMBER
public static final int NUM_FINITE_BUCKETS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
OFFSET_FIELD_NUMBER
public static final int OFFSET_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
WIDTH_FIELD_NUMBER
public static final int WIDTH_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static Distribution.LinearBuckets getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Distribution.LinearBuckets.Builder newBuilder()
newBuilder(Distribution.LinearBuckets prototype)
public static Distribution.LinearBuckets.Builder newBuilder(Distribution.LinearBuckets prototype)
public static Distribution.LinearBuckets parseDelimitedFrom(InputStream input)
public static Distribution.LinearBuckets parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static Distribution.LinearBuckets parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Distribution.LinearBuckets parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static Distribution.LinearBuckets parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Distribution.LinearBuckets parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Distribution.LinearBuckets parseFrom(CodedInputStream input)
public static Distribution.LinearBuckets parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Distribution.LinearBuckets parseFrom(InputStream input)
public static Distribution.LinearBuckets parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static Distribution.LinearBuckets parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Distribution.LinearBuckets parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<Distribution.LinearBuckets> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public Distribution.LinearBuckets getDefaultInstanceForType()
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;
Returns |
Type |
Description |
int |
The numFiniteBuckets.
|
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;
Returns |
Type |
Description |
double |
The offset.
|
getParserForType()
public Parser<Distribution.LinearBuckets> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
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;
Returns |
Type |
Description |
double |
The width.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Distribution.LinearBuckets.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Distribution.LinearBuckets.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public Distribution.LinearBuckets.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides