Interface Distribution.BucketOptionsOrBuilder

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

public static interface Distribution.BucketOptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasLinearBuckets

      boolean hasLinearBuckets()
       The linear bucket.
       
      .google.api.Distribution.BucketOptions.Linear linear_buckets = 1;
      Returns:
      Whether the linearBuckets field is set.
    • getLinearBuckets

       The linear bucket.
       
      .google.api.Distribution.BucketOptions.Linear linear_buckets = 1;
      Returns:
      The linearBuckets.
    • getLinearBucketsOrBuilder

      Distribution.BucketOptions.LinearOrBuilder getLinearBucketsOrBuilder()
       The linear bucket.
       
      .google.api.Distribution.BucketOptions.Linear linear_buckets = 1;
    • hasExponentialBuckets

      boolean hasExponentialBuckets()
       The exponential buckets.
       
      .google.api.Distribution.BucketOptions.Exponential exponential_buckets = 2;
      Returns:
      Whether the exponentialBuckets field is set.
    • getExponentialBuckets

       The exponential buckets.
       
      .google.api.Distribution.BucketOptions.Exponential exponential_buckets = 2;
      Returns:
      The exponentialBuckets.
    • getExponentialBucketsOrBuilder

      Distribution.BucketOptions.ExponentialOrBuilder getExponentialBucketsOrBuilder()
       The exponential buckets.
       
      .google.api.Distribution.BucketOptions.Exponential exponential_buckets = 2;
    • hasExplicitBuckets

      boolean hasExplicitBuckets()
       The explicit buckets.
       
      .google.api.Distribution.BucketOptions.Explicit explicit_buckets = 3;
      Returns:
      Whether the explicitBuckets field is set.
    • getExplicitBuckets

       The explicit buckets.
       
      .google.api.Distribution.BucketOptions.Explicit explicit_buckets = 3;
      Returns:
      The explicitBuckets.
    • getExplicitBucketsOrBuilder

      Distribution.BucketOptions.ExplicitOrBuilder getExplicitBucketsOrBuilder()
       The explicit buckets.
       
      .google.api.Distribution.BucketOptions.Explicit explicit_buckets = 3;
    • getOptionsCase