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
Name Description
other DistributionTypesBucketOptionsTypesExplicit

Fields

BoundsFieldNumber

public const int BoundsFieldNumber = 1

Field number for the "bounds" field.

Field Value
Type Description
int

Properties

Bounds

public RepeatedField<double> Bounds { get; }

The values must be monotonically increasing.

Property Value
Type Description
RepeatedFielddouble

Descriptor

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

Parser

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

Methods

CalculateSize()

public int CalculateSize()
Returns
Type Description
int

Clone()

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

Equals(Explicit)

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

Equals(object)

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

GetHashCode()

public override int GetHashCode()
Returns
Type Description
int
Overrides

MergeFrom(Explicit)

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

MergeFrom(CodedInputStream)

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

ToString()

public override string ToString()
Returns
Type Description
string
Overrides

WriteTo(CodedOutputStream)

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