Interface Distribution.BucketOptionsOrBuilder

    • Method Detail

      • hasLinearBuckets

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

        Distribution.BucketOptions.Linear getLinearBuckets()
         The linear bucket.
         
        .google.api.Distribution.BucketOptions.Linear linear_buckets = 1;
        Returns:
        The linearBuckets.
      • hasExponentialBuckets

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

        Distribution.BucketOptions.Exponential getExponentialBuckets()
         The exponential buckets.
         
        .google.api.Distribution.BucketOptions.Exponential exponential_buckets = 2;
        Returns:
        The exponentialBuckets.
      • hasExplicitBuckets

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

        Distribution.BucketOptions.Explicit getExplicitBuckets()
         The explicit buckets.
         
        .google.api.Distribution.BucketOptions.Explicit explicit_buckets = 3;
        Returns:
        The explicitBuckets.