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.
Implements
IMessageDistributionTypesBucketOptionsTypesExplicit, IEquatableDistributionTypesBucketOptionsTypesExplicit, IDeepCloneableDistributionTypesBucketOptionsTypesExplicit, IBufferMessage, IMessageNamespace
Google.ApiAssembly
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()
Calculates the size of this message in Protocol Buffer wire format, in bytes.
Returns | |
---|---|
Type | Description |
int |
The number of bytes required to write this message to a coded output stream. |
Clone()
public Distribution.Types.BucketOptions.Types.Explicit Clone()
Creates a deep clone of this object.
Returns | |
---|---|
Type | Description |
DistributionTypesBucketOptionsTypesExplicit |
A deep clone of this object. |
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 |
GetHashCode()
public override int GetHashCode()
Returns | |
---|---|
Type | Description |
int |
MergeFrom(Explicit)
public void MergeFrom(Distribution.Types.BucketOptions.Types.Explicit other)
Merges the given message into this one.
Parameter | |
---|---|
Name | Description |
other |
DistributionTypesBucketOptionsTypesExplicit |
See the user guide for precise merge semantics.
MergeFrom(CodedInputStream)
public void MergeFrom(CodedInputStream input)
Merges the data from the specified coded input stream with the current message.
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
See the user guide for precise merge semantics.
ToString()
public override string ToString()
Returns | |
---|---|
Type | Description |
string |
WriteTo(CodedOutputStream)
public void WriteTo(CodedOutputStream output)
Writes the data to the given coded output stream.
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream Coded output stream to write the data to. Must not be null. |