Uses of Class
com.google.datastore.v1.AggregationQuery.Aggregation
-
Packages that use AggregationQuery.Aggregation Package Description com.google.cloud.datastore.aggregation com.google.datastore.v1 -
-
Uses of AggregationQuery.Aggregation in com.google.cloud.datastore.aggregation
Methods in com.google.cloud.datastore.aggregation that return AggregationQuery.Aggregation Modifier and Type Method Description abstract AggregationQuery.AggregationAggregation. toPb()AggregationQuery.AggregationAvgAggregation. toPb()AggregationQuery.AggregationCountAggregation. toPb()AggregationQuery.AggregationSumAggregation. toPb() -
Uses of AggregationQuery.Aggregation in com.google.datastore.v1
Methods in com.google.datastore.v1 that return AggregationQuery.Aggregation Modifier and Type Method Description AggregationQuery.AggregationAggregationQuery.Aggregation.Builder. build()AggregationQuery.AggregationAggregationQuery.Aggregation.Builder. buildPartial()AggregationQuery.AggregationAggregationQuery.Builder. getAggregations(int index)Optional.AggregationQuery.AggregationAggregationQuery. getAggregations(int index)Optional.AggregationQuery.AggregationAggregationQueryOrBuilder. getAggregations(int index)Optional.static AggregationQuery.AggregationAggregationQuery.Aggregation. getDefaultInstance()AggregationQuery.AggregationAggregationQuery.Aggregation.Builder. getDefaultInstanceForType()AggregationQuery.AggregationAggregationQuery.Aggregation. getDefaultInstanceForType()static AggregationQuery.AggregationAggregationQuery.Aggregation. parseDelimitedFrom(InputStream input)static AggregationQuery.AggregationAggregationQuery.Aggregation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregationQuery.AggregationAggregationQuery.Aggregation. parseFrom(byte[] data)static AggregationQuery.AggregationAggregationQuery.Aggregation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregationQuery.AggregationAggregationQuery.Aggregation. parseFrom(com.google.protobuf.ByteString data)static AggregationQuery.AggregationAggregationQuery.Aggregation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregationQuery.AggregationAggregationQuery.Aggregation. parseFrom(com.google.protobuf.CodedInputStream input)static AggregationQuery.AggregationAggregationQuery.Aggregation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregationQuery.AggregationAggregationQuery.Aggregation. parseFrom(InputStream input)static AggregationQuery.AggregationAggregationQuery.Aggregation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregationQuery.AggregationAggregationQuery.Aggregation. parseFrom(ByteBuffer data)static AggregationQuery.AggregationAggregationQuery.Aggregation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.datastore.v1 that return types with arguments of type AggregationQuery.Aggregation Modifier and Type Method Description List<AggregationQuery.Aggregation>AggregationQuery.Builder. getAggregationsList()Optional.List<AggregationQuery.Aggregation>AggregationQuery. getAggregationsList()Optional.List<AggregationQuery.Aggregation>AggregationQueryOrBuilder. getAggregationsList()Optional.com.google.protobuf.Parser<AggregationQuery.Aggregation>AggregationQuery.Aggregation. getParserForType()static com.google.protobuf.Parser<AggregationQuery.Aggregation>AggregationQuery.Aggregation. parser()Methods in com.google.datastore.v1 with parameters of type AggregationQuery.Aggregation Modifier and Type Method Description AggregationQuery.BuilderAggregationQuery.Builder. addAggregations(int index, AggregationQuery.Aggregation value)Optional.AggregationQuery.BuilderAggregationQuery.Builder. addAggregations(AggregationQuery.Aggregation value)Optional.AggregationQuery.Aggregation.BuilderAggregationQuery.Aggregation.Builder. mergeFrom(AggregationQuery.Aggregation other)static AggregationQuery.Aggregation.BuilderAggregationQuery.Aggregation. newBuilder(AggregationQuery.Aggregation prototype)AggregationQuery.BuilderAggregationQuery.Builder. setAggregations(int index, AggregationQuery.Aggregation value)Optional.Method parameters in com.google.datastore.v1 with type arguments of type AggregationQuery.Aggregation Modifier and Type Method Description AggregationQuery.BuilderAggregationQuery.Builder. addAllAggregations(Iterable<? extends AggregationQuery.Aggregation> values)Optional.
-