public static interface Type.AggregateOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Type.Aggregate.AggregatorCase |
getAggregatorCase() |
Type.Aggregate.HyperLogLogPlusPlusUniqueCount |
getHllppUniqueCount()
HyperLogLogPlusPlusUniqueCount aggregator.
|
Type.Aggregate.HyperLogLogPlusPlusUniqueCountOrBuilder |
getHllppUniqueCountOrBuilder()
HyperLogLogPlusPlusUniqueCount aggregator.
|
Type |
getInputType()
Type of the inputs that are accumulated by this `Aggregate`.
|
TypeOrBuilder |
getInputTypeOrBuilder()
Type of the inputs that are accumulated by this `Aggregate`.
|
Type.Aggregate.Max |
getMax()
Max aggregator.
|
Type.Aggregate.MaxOrBuilder |
getMaxOrBuilder()
Max aggregator.
|
Type.Aggregate.Min |
getMin()
Min aggregator.
|
Type.Aggregate.MinOrBuilder |
getMinOrBuilder()
Min aggregator.
|
Type |
getStateType()
Output only.
|
TypeOrBuilder |
getStateTypeOrBuilder()
Output only.
|
Type.Aggregate.Sum |
getSum()
Sum aggregator.
|
Type.Aggregate.SumOrBuilder |
getSumOrBuilder()
Sum aggregator.
|
boolean |
hasHllppUniqueCount()
HyperLogLogPlusPlusUniqueCount aggregator.
|
boolean |
hasInputType()
Type of the inputs that are accumulated by this `Aggregate`.
|
boolean |
hasMax()
Max aggregator.
|
boolean |
hasMin()
Min aggregator.
|
boolean |
hasStateType()
Output only.
|
boolean |
hasSum()
Sum aggregator.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasInputType()
Type of the inputs that are accumulated by this `Aggregate`. Use `AddInput` mutations to accumulate new inputs.
.google.bigtable.v2.Type input_type = 1;Type getInputType()
Type of the inputs that are accumulated by this `Aggregate`. Use `AddInput` mutations to accumulate new inputs.
.google.bigtable.v2.Type input_type = 1;TypeOrBuilder getInputTypeOrBuilder()
Type of the inputs that are accumulated by this `Aggregate`. Use `AddInput` mutations to accumulate new inputs.
.google.bigtable.v2.Type input_type = 1;boolean hasStateType()
Output only. Type that holds the internal accumulator state for the `Aggregate`. This is a function of the `input_type` and `aggregator` chosen.
.google.bigtable.v2.Type state_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type getStateType()
Output only. Type that holds the internal accumulator state for the `Aggregate`. This is a function of the `input_type` and `aggregator` chosen.
.google.bigtable.v2.Type state_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
TypeOrBuilder getStateTypeOrBuilder()
Output only. Type that holds the internal accumulator state for the `Aggregate`. This is a function of the `input_type` and `aggregator` chosen.
.google.bigtable.v2.Type state_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasSum()
Sum aggregator.
.google.bigtable.v2.Type.Aggregate.Sum sum = 4;Type.Aggregate.Sum getSum()
Sum aggregator.
.google.bigtable.v2.Type.Aggregate.Sum sum = 4;Type.Aggregate.SumOrBuilder getSumOrBuilder()
Sum aggregator.
.google.bigtable.v2.Type.Aggregate.Sum sum = 4;boolean hasHllppUniqueCount()
HyperLogLogPlusPlusUniqueCount aggregator.
.google.bigtable.v2.Type.Aggregate.HyperLogLogPlusPlusUniqueCount hllpp_unique_count = 5;
Type.Aggregate.HyperLogLogPlusPlusUniqueCount getHllppUniqueCount()
HyperLogLogPlusPlusUniqueCount aggregator.
.google.bigtable.v2.Type.Aggregate.HyperLogLogPlusPlusUniqueCount hllpp_unique_count = 5;
Type.Aggregate.HyperLogLogPlusPlusUniqueCountOrBuilder getHllppUniqueCountOrBuilder()
HyperLogLogPlusPlusUniqueCount aggregator.
.google.bigtable.v2.Type.Aggregate.HyperLogLogPlusPlusUniqueCount hllpp_unique_count = 5;
boolean hasMax()
Max aggregator.
.google.bigtable.v2.Type.Aggregate.Max max = 6;Type.Aggregate.Max getMax()
Max aggregator.
.google.bigtable.v2.Type.Aggregate.Max max = 6;Type.Aggregate.MaxOrBuilder getMaxOrBuilder()
Max aggregator.
.google.bigtable.v2.Type.Aggregate.Max max = 6;boolean hasMin()
Min aggregator.
.google.bigtable.v2.Type.Aggregate.Min min = 7;Type.Aggregate.Min getMin()
Min aggregator.
.google.bigtable.v2.Type.Aggregate.Min min = 7;Type.Aggregate.MinOrBuilder getMinOrBuilder()
Min aggregator.
.google.bigtable.v2.Type.Aggregate.Min min = 7;Type.Aggregate.AggregatorCase getAggregatorCase()
Copyright © 2026 Google LLC. All rights reserved.