Interface DatasetDistribution.DistributionBucketOrBuilder (3.50.0)

public static interface DatasetDistribution.DistributionBucketOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCount()

public abstract long getCount()

Output only. Number of values in the bucket.

int64 count = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The count.

getLeft()

public abstract double getLeft()

Output only. Left bound of the bucket.

double left = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
double

The left.

getRight()

public abstract double getRight()

Output only. Right bound of the bucket.

double right = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
double

The right.