Interface DatasetDistribution.DistributionBucketOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DatasetDistribution.DistributionBucket, DatasetDistribution.DistributionBucket.Builder
Enclosing class:
DatasetDistribution

public static interface DatasetDistribution.DistributionBucketOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Output only.
    double
    Output only.
    double
    Output only.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getCount

      long getCount()
       Output only. Number of values in the bucket.
       
      int64 count = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The count.
    • getLeft

      double getLeft()
       Output only. Left bound of the bucket.
       
      double left = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The left.
    • getRight

      double getRight()
       Output only. Right bound of the bucket.
       
      double right = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The right.