Class Distribution.Range.Builder (2.65.0)

public static final class Distribution.Range.Builder extends GeneratedMessage.Builder<Distribution.Range.Builder> implements Distribution.RangeOrBuilder

The range of the population values.

Protobuf type google.api.Distribution.Range

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public Distribution.Range build()
Returns
Type Description
Distribution.Range

buildPartial()

public Distribution.Range buildPartial()
Returns
Type Description
Distribution.Range

clear()

public Distribution.Range.Builder clear()
Returns
Type Description
Distribution.Range.Builder
Overrides

clearMax()

public Distribution.Range.Builder clearMax()

The maximum of the population values.

double max = 2;

Returns
Type Description
Distribution.Range.Builder

This builder for chaining.

clearMin()

public Distribution.Range.Builder clearMin()

The minimum of the population values.

double min = 1;

Returns
Type Description
Distribution.Range.Builder

This builder for chaining.

getDefaultInstanceForType()

public Distribution.Range getDefaultInstanceForType()
Returns
Type Description
Distribution.Range

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getMax()

public double getMax()

The maximum of the population values.

double max = 2;

Returns
Type Description
double

The max.

getMin()

public double getMin()

The minimum of the population values.

double min = 1;

Returns
Type Description
double

The min.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Distribution.Range other)

public Distribution.Range.Builder mergeFrom(Distribution.Range other)
Parameter
Name Description
other Distribution.Range
Returns
Type Description
Distribution.Range.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Distribution.Range.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Distribution.Range.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Distribution.Range.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Distribution.Range.Builder
Overrides

setMax(double value)

public Distribution.Range.Builder setMax(double value)

The maximum of the population values.

double max = 2;

Parameter
Name Description
value double

The max to set.

Returns
Type Description
Distribution.Range.Builder

This builder for chaining.

setMin(double value)

public Distribution.Range.Builder setMin(double value)

The minimum of the population values.

double min = 1;

Parameter
Name Description
value double

The min to set.

Returns
Type Description
Distribution.Range.Builder

This builder for chaining.