Uses of Interface
com.google.cloud.migrationcenter.v1.AggregationResult.Histogram.BucketOrBuilder
-
Packages that use AggregationResult.Histogram.BucketOrBuilder Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of AggregationResult.Histogram.BucketOrBuilder in com.google.cloud.migrationcenter.v1
Classes in com.google.cloud.migrationcenter.v1 that implement AggregationResult.Histogram.BucketOrBuilder Modifier and Type Class Description static class
AggregationResult.Histogram.Bucket
A histogram bucket with a lower and upper bound, and a count of items with a field value between those bounds.static class
AggregationResult.Histogram.Bucket.Builder
A histogram bucket with a lower and upper bound, and a count of items with a field value between those bounds.Methods in com.google.cloud.migrationcenter.v1 that return AggregationResult.Histogram.BucketOrBuilder Modifier and Type Method Description AggregationResult.Histogram.BucketOrBuilder
AggregationResult.Histogram.Builder. getBucketsOrBuilder(int index)
Buckets in the histogram.AggregationResult.Histogram.BucketOrBuilder
AggregationResult.Histogram. getBucketsOrBuilder(int index)
Buckets in the histogram.AggregationResult.Histogram.BucketOrBuilder
AggregationResult.HistogramOrBuilder. getBucketsOrBuilder(int index)
Buckets in the histogram.Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type AggregationResult.Histogram.BucketOrBuilder Modifier and Type Method Description List<? extends AggregationResult.Histogram.BucketOrBuilder>
AggregationResult.Histogram.Builder. getBucketsOrBuilderList()
Buckets in the histogram.List<? extends AggregationResult.Histogram.BucketOrBuilder>
AggregationResult.Histogram. getBucketsOrBuilderList()
Buckets in the histogram.List<? extends AggregationResult.Histogram.BucketOrBuilder>
AggregationResult.HistogramOrBuilder. getBucketsOrBuilderList()
Buckets in the histogram.
-