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

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

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(Explicit)

public Explicit(Distribution.Types.BucketOptions.Types.Explicit other)
Parameter
NameDescription
otherDistributionTypesBucketOptionsTypesExplicit

Fields

BoundsFieldNumber

public const int BoundsFieldNumber = 1

Field number for the "bounds" field.

Field Value
TypeDescription
int

Properties

Bounds

public RepeatedField<double> Bounds { get; }

The values must be monotonically increasing.

Property Value
TypeDescription
RepeatedFielddouble

Descriptor

public static MessageDescriptor Descriptor { get; }
Property Value
TypeDescription
MessageDescriptor

Parser

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

Methods

CalculateSize()

public int CalculateSize()
Returns
TypeDescription
int

Clone()

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

Equals(Explicit)

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

Equals(object)

public override bool Equals(object other)
Parameter
NameDescription
otherobject
Returns
TypeDescription
bool
Overrides

GetHashCode()

public override int GetHashCode()
Returns
TypeDescription
int
Overrides

MergeFrom(Explicit)

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

MergeFrom(CodedInputStream)

public void MergeFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream

ToString()

public override string ToString()
Returns
TypeDescription
string
Overrides

WriteTo(CodedOutputStream)

public void WriteTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream