public interface AggregationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Aggregation.AggregationFunctionCase |
getAggregationFunctionCase() |
Aggregation.Count |
getCount()
Count the number of matching objects.
|
Aggregation.CountOrBuilder |
getCountOrBuilder()
Count the number of matching objects.
|
String |
getField()
The name of the field on which to aggregate.
|
com.google.protobuf.ByteString |
getFieldBytes()
The name of the field on which to aggregate.
|
Aggregation.Frequency |
getFrequency()
Creates a frequency distribution of all field values.
|
Aggregation.FrequencyOrBuilder |
getFrequencyOrBuilder()
Creates a frequency distribution of all field values.
|
Aggregation.Histogram |
getHistogram()
Creates a bucketed histogram of field values.
|
Aggregation.HistogramOrBuilder |
getHistogramOrBuilder()
Creates a bucketed histogram of field values.
|
Aggregation.Sum |
getSum()
Sum over a numeric field.
|
Aggregation.SumOrBuilder |
getSumOrBuilder()
Sum over a numeric field.
|
boolean |
hasCount()
Count the number of matching objects.
|
boolean |
hasFrequency()
Creates a frequency distribution of all field values.
|
boolean |
hasHistogram()
Creates a bucketed histogram of field values.
|
boolean |
hasSum()
Sum over a numeric field.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getField()
The name of the field on which to aggregate.
string field = 1;com.google.protobuf.ByteString getFieldBytes()
The name of the field on which to aggregate.
string field = 1;boolean hasCount()
Count the number of matching objects.
.google.cloud.migrationcenter.v1.Aggregation.Count count = 2;Aggregation.Count getCount()
Count the number of matching objects.
.google.cloud.migrationcenter.v1.Aggregation.Count count = 2;Aggregation.CountOrBuilder getCountOrBuilder()
Count the number of matching objects.
.google.cloud.migrationcenter.v1.Aggregation.Count count = 2;boolean hasSum()
Sum over a numeric field.
.google.cloud.migrationcenter.v1.Aggregation.Sum sum = 3;Aggregation.Sum getSum()
Sum over a numeric field.
.google.cloud.migrationcenter.v1.Aggregation.Sum sum = 3;Aggregation.SumOrBuilder getSumOrBuilder()
Sum over a numeric field.
.google.cloud.migrationcenter.v1.Aggregation.Sum sum = 3;boolean hasHistogram()
Creates a bucketed histogram of field values.
.google.cloud.migrationcenter.v1.Aggregation.Histogram histogram = 4;Aggregation.Histogram getHistogram()
Creates a bucketed histogram of field values.
.google.cloud.migrationcenter.v1.Aggregation.Histogram histogram = 4;Aggregation.HistogramOrBuilder getHistogramOrBuilder()
Creates a bucketed histogram of field values.
.google.cloud.migrationcenter.v1.Aggregation.Histogram histogram = 4;boolean hasFrequency()
Creates a frequency distribution of all field values.
.google.cloud.migrationcenter.v1.Aggregation.Frequency frequency = 5;Aggregation.Frequency getFrequency()
Creates a frequency distribution of all field values.
.google.cloud.migrationcenter.v1.Aggregation.Frequency frequency = 5;Aggregation.FrequencyOrBuilder getFrequencyOrBuilder()
Creates a frequency distribution of all field values.
.google.cloud.migrationcenter.v1.Aggregation.Frequency frequency = 5;Aggregation.AggregationFunctionCase getAggregationFunctionCase()
Copyright © 2024 Google LLC. All rights reserved.