Class Distribution.Types.BucketOptions.Types.Explicit (2.2.0)

public sealed class Explicit : Protobuf.IMessage<Distribution.Types.BucketOptions.Types.Explicit>, Protobuf.IBufferMessage

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.

Inheritance

Object > Distribution.Types.BucketOptions.Types.Explicit

Namespace

Google.Api

Assembly

Google.Api.CommonProtos.dll

Constructors

Explicit()

public Explicit()

Explicit(Distribution.Types.BucketOptions.Types.Explicit)

public Explicit(Distribution.Types.BucketOptions.Types.Explicit other)
Parameter
Name Description
other Distribution.Types.BucketOptions.Types.Explicit

Fields

BoundsFieldNumber

public const int BoundsFieldNumber = 1

Field number for the "bounds" field.

Field Value
Type Description
Int32

Properties

Bounds

public Protobuf.Collections.RepeatedField<double> Bounds { get; }

The values must be monotonically increasing.

Property Value
Type Description
Protobuf.Collections.RepeatedField<Double>

Descriptor

public static Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type Description
Protobuf.Reflection.MessageDescriptor

Parser

public static Protobuf.MessageParser<Distribution.Types.BucketOptions.Types.Explicit> Parser { get; }
Property Value
Type Description
Protobuf.MessageParser<Distribution.Types.BucketOptions.Types.Explicit>

Methods

CalculateSize()

public int CalculateSize()
Returns
Type Description
Int32

Clone()

public Distribution.Types.BucketOptions.Types.Explicit Clone()
Returns
Type Description
Distribution.Types.BucketOptions.Types.Explicit

Equals(Distribution.Types.BucketOptions.Types.Explicit)

public bool Equals(Distribution.Types.BucketOptions.Types.Explicit other)
Parameter
Name Description
other Distribution.Types.BucketOptions.Types.Explicit
Returns
Type Description
Boolean

Equals(Object)

public override bool Equals(object other)
Parameter
Name Description
other Object
Returns
Type Description
Boolean

GetHashCode()

public override int GetHashCode()
Returns
Type Description
Int32

MergeFrom(Distribution.Types.BucketOptions.Types.Explicit)

public void MergeFrom(Distribution.Types.BucketOptions.Types.Explicit other)
Parameter
Name Description
other Distribution.Types.BucketOptions.Types.Explicit

MergeFrom(Protobuf.CodedInputStream)

public void MergeFrom(Protobuf.CodedInputStream input)
Parameter
Name Description
input Protobuf.CodedInputStream

ToString()

public override string ToString()
Returns
Type Description
String

WriteTo(Protobuf.CodedOutputStream)

public void WriteTo(Protobuf.CodedOutputStream output)
Parameter
Name Description
output Protobuf.CodedOutputStream