Interface LoggingMetricBucketOptionsExponentialBuckets

    • Method Detail

      • getGrowthFactor

        @Stability(Stable)
        @NotNull
        Number getGrowthFactor()
        Must be greater than 1.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_metric#growth_factor LoggingMetric#growth_factor}

      • getNumFiniteBuckets

        @Stability(Stable)
        @NotNull
        Number getNumFiniteBuckets()
        Must be greater than 0.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_metric#num_finite_buckets LoggingMetric#num_finite_buckets}

      • getScale

        @Stability(Stable)
        @NotNull
        Number getScale()
        Must be greater than 0.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_metric#scale LoggingMetric#scale}