public static final class Type.Aggregate extends com.google.protobuf.GeneratedMessage implements Type.AggregateOrBuilder
A value that combines incremental updates into a summarized value. Data is never directly written or read using type `Aggregate`. Writes provide either the `input_type` or `state_type`, and reads always return the `state_type` .Protobuf type
google.bigtable.v2.Type.Aggregate| Modifier and Type | Class and Description |
|---|---|
static class |
Type.Aggregate.AggregatorCase |
static class |
Type.Aggregate.Builder
A value that combines incremental updates into a summarized value.
|
static class |
Type.Aggregate.HyperLogLogPlusPlusUniqueCount
Computes an approximate unique count over the input values.
|
static interface |
Type.Aggregate.HyperLogLogPlusPlusUniqueCountOrBuilder |
static class |
Type.Aggregate.Max
Computes the max of the input values.
|
static interface |
Type.Aggregate.MaxOrBuilder |
static class |
Type.Aggregate.Min
Computes the min of the input values.
|
static interface |
Type.Aggregate.MinOrBuilder |
static class |
Type.Aggregate.Sum
Computes the sum of the input values.
|
static interface |
Type.Aggregate.SumOrBuilder |
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.google.protobuf.Message,T>, com.google.protobuf.GeneratedMessage.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
HLLPP_UNIQUE_COUNT_FIELD_NUMBER |
static int |
INPUT_TYPE_FIELD_NUMBER |
static int |
MAX_FIELD_NUMBER |
static int |
MIN_FIELD_NUMBER |
static int |
STATE_TYPE_FIELD_NUMBER |
static int |
SUM_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Type.Aggregate.AggregatorCase |
getAggregatorCase() |
static Type.Aggregate |
getDefaultInstance() |
Type.Aggregate |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.
|
com.google.protobuf.Parser<Type.Aggregate> |
getParserForType() |
int |
getSerializedSize() |
Type |
getStateType()
Output only.
|
TypeOrBuilder |
getStateTypeOrBuilder()
Output only.
|
Type.Aggregate.Sum |
getSum()
Sum aggregator.
|
Type.Aggregate.SumOrBuilder |
getSumOrBuilder()
Sum aggregator.
|
int |
hashCode() |
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.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Type.Aggregate.Builder |
newBuilder() |
static Type.Aggregate.Builder |
newBuilder(Type.Aggregate prototype) |
Type.Aggregate.Builder |
newBuilderForType() |
protected Type.Aggregate.Builder |
newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
static Type.Aggregate |
parseDelimitedFrom(InputStream input) |
static Type.Aggregate |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Type.Aggregate |
parseFrom(byte[] data) |
static Type.Aggregate |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Type.Aggregate |
parseFrom(ByteBuffer data) |
static Type.Aggregate |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Type.Aggregate |
parseFrom(com.google.protobuf.ByteString data) |
static Type.Aggregate |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Type.Aggregate |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Type.Aggregate |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Type.Aggregate |
parseFrom(InputStream input) |
static Type.Aggregate |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Type.Aggregate> |
parser() |
Type.Aggregate.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashFields, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int INPUT_TYPE_FIELD_NUMBER
public static final int STATE_TYPE_FIELD_NUMBER
public static final int SUM_FIELD_NUMBER
public static final int HLLPP_UNIQUE_COUNT_FIELD_NUMBER
public static final int MAX_FIELD_NUMBER
public static final int MIN_FIELD_NUMBER
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic Type.Aggregate.AggregatorCase getAggregatorCase()
getAggregatorCase in interface Type.AggregateOrBuilderpublic boolean 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;hasInputType in interface Type.AggregateOrBuilderpublic 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;getInputType in interface Type.AggregateOrBuilderpublic 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;getInputTypeOrBuilder in interface Type.AggregateOrBuilderpublic 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];
hasStateType in interface Type.AggregateOrBuilderpublic 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];
getStateType in interface Type.AggregateOrBuilderpublic 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];
getStateTypeOrBuilder in interface Type.AggregateOrBuilderpublic boolean hasSum()
Sum aggregator.
.google.bigtable.v2.Type.Aggregate.Sum sum = 4;hasSum in interface Type.AggregateOrBuilderpublic Type.Aggregate.Sum getSum()
Sum aggregator.
.google.bigtable.v2.Type.Aggregate.Sum sum = 4;getSum in interface Type.AggregateOrBuilderpublic Type.Aggregate.SumOrBuilder getSumOrBuilder()
Sum aggregator.
.google.bigtable.v2.Type.Aggregate.Sum sum = 4;getSumOrBuilder in interface Type.AggregateOrBuilderpublic boolean hasHllppUniqueCount()
HyperLogLogPlusPlusUniqueCount aggregator.
.google.bigtable.v2.Type.Aggregate.HyperLogLogPlusPlusUniqueCount hllpp_unique_count = 5;
hasHllppUniqueCount in interface Type.AggregateOrBuilderpublic Type.Aggregate.HyperLogLogPlusPlusUniqueCount getHllppUniqueCount()
HyperLogLogPlusPlusUniqueCount aggregator.
.google.bigtable.v2.Type.Aggregate.HyperLogLogPlusPlusUniqueCount hllpp_unique_count = 5;
getHllppUniqueCount in interface Type.AggregateOrBuilderpublic Type.Aggregate.HyperLogLogPlusPlusUniqueCountOrBuilder getHllppUniqueCountOrBuilder()
HyperLogLogPlusPlusUniqueCount aggregator.
.google.bigtable.v2.Type.Aggregate.HyperLogLogPlusPlusUniqueCount hllpp_unique_count = 5;
getHllppUniqueCountOrBuilder in interface Type.AggregateOrBuilderpublic boolean hasMax()
Max aggregator.
.google.bigtable.v2.Type.Aggregate.Max max = 6;hasMax in interface Type.AggregateOrBuilderpublic Type.Aggregate.Max getMax()
Max aggregator.
.google.bigtable.v2.Type.Aggregate.Max max = 6;getMax in interface Type.AggregateOrBuilderpublic Type.Aggregate.MaxOrBuilder getMaxOrBuilder()
Max aggregator.
.google.bigtable.v2.Type.Aggregate.Max max = 6;getMaxOrBuilder in interface Type.AggregateOrBuilderpublic boolean hasMin()
Min aggregator.
.google.bigtable.v2.Type.Aggregate.Min min = 7;hasMin in interface Type.AggregateOrBuilderpublic Type.Aggregate.Min getMin()
Min aggregator.
.google.bigtable.v2.Type.Aggregate.Min min = 7;getMin in interface Type.AggregateOrBuilderpublic Type.Aggregate.MinOrBuilder getMinOrBuilder()
Min aggregator.
.google.bigtable.v2.Type.Aggregate.Min min = 7;getMinOrBuilder in interface Type.AggregateOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessagepublic boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Type.Aggregate parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Type.Aggregate parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Type.Aggregate parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Type.Aggregate parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Type.Aggregate parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Type.Aggregate parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Type.Aggregate parseFrom(InputStream input) throws IOException
IOExceptionpublic static Type.Aggregate parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Type.Aggregate parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Type.Aggregate parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Type.Aggregate parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Type.Aggregate parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Type.Aggregate.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Type.Aggregate.Builder newBuilder()
public static Type.Aggregate.Builder newBuilder(Type.Aggregate prototype)
public Type.Aggregate.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Type.Aggregate.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.AbstractMessagepublic static Type.Aggregate getDefaultInstance()
public static com.google.protobuf.Parser<Type.Aggregate> parser()
public com.google.protobuf.Parser<Type.Aggregate> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic Type.Aggregate getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2026 Google LLC. All rights reserved.