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
NameDescription
otherDistribution.Types.BucketOptions.Types.Explicit

Fields

BoundsFieldNumber

public const int BoundsFieldNumber = 1

Field number for the "bounds" field.

Field Value
TypeDescription
Int32

Properties

Bounds

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

The values must be monotonically increasing.

Property Value
TypeDescription
Protobuf.Collections.RepeatedField<Double>

Descriptor

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

Parser

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

Methods

CalculateSize()

public int CalculateSize()
Returns
TypeDescription
Int32

Clone()

public Distribution.Types.BucketOptions.Types.Explicit Clone()
Returns
TypeDescription
Distribution.Types.BucketOptions.Types.Explicit

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

public bool Equals(Distribution.Types.BucketOptions.Types.Explicit other)
Parameter
NameDescription
otherDistribution.Types.BucketOptions.Types.Explicit
Returns
TypeDescription
Boolean

Equals(Object)

public override bool Equals(object other)
Parameter
NameDescription
otherObject
Returns
TypeDescription
Boolean

GetHashCode()

public override int GetHashCode()
Returns
TypeDescription
Int32

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

public void MergeFrom(Distribution.Types.BucketOptions.Types.Explicit other)
Parameter
NameDescription
otherDistribution.Types.BucketOptions.Types.Explicit

MergeFrom(Protobuf.CodedInputStream)

public void MergeFrom(Protobuf.CodedInputStream input)
Parameter
NameDescription
inputProtobuf.CodedInputStream

ToString()

public override string ToString()
Returns
TypeDescription
String

WriteTo(Protobuf.CodedOutputStream)

public void WriteTo(Protobuf.CodedOutputStream output)
Parameter
NameDescription
outputProtobuf.CodedOutputStream