Package com.google.datastore.v1
Class AggregationResult.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<AggregationResult.Builder>
-
- com.google.datastore.v1.AggregationResult.Builder
-
- All Implemented Interfaces:
AggregationResultOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- AggregationResult
public static final class AggregationResult.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<AggregationResult.Builder> implements AggregationResultOrBuilder
The result of a single bucket from a Datastore aggregation query. The keys of `aggregate_properties` are the same for all results in an aggregation query, unlike entity queries which can have different fields present for each result.
Protobuf typegoogle.datastore.v1.AggregationResult
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description AggregationResult.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)AggregationResultbuild()AggregationResultbuildPartial()AggregationResult.Builderclear()AggregationResult.BuilderclearAggregateProperties()AggregationResult.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)AggregationResult.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)AggregationResult.Builderclone()booleancontainsAggregateProperties(String key)The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.Map<String,Value>getAggregateProperties()Deprecated.intgetAggregatePropertiesCount()The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.Map<String,Value>getAggregatePropertiesMap()The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.ValuegetAggregatePropertiesOrDefault(String key, Value defaultValue)The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.ValuegetAggregatePropertiesOrThrow(String key)The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.AggregationResultgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()Map<String,Value>getMutableAggregateProperties()Deprecated.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()protected com.google.protobuf.MapFieldinternalGetMapField(int number)protected com.google.protobuf.MapFieldinternalGetMutableMapField(int number)booleanisInitialized()AggregationResult.BuildermergeFrom(AggregationResult other)AggregationResult.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)AggregationResult.BuildermergeFrom(com.google.protobuf.Message other)AggregationResult.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)AggregationResult.BuilderputAggregateProperties(String key, Value value)The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.AggregationResult.BuilderputAllAggregateProperties(Map<String,Value> values)The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.AggregationResult.BuilderremoveAggregateProperties(String key)The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.AggregationResult.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)AggregationResult.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)AggregationResult.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AggregationResult.Builder>
-
internalGetMutableMapField
protected com.google.protobuf.MapField internalGetMutableMapField(int number)
- Overrides:
internalGetMutableMapFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AggregationResult.Builder>
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<AggregationResult.Builder>
-
clear
public AggregationResult.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<AggregationResult.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<AggregationResult.Builder>
-
getDefaultInstanceForType
public AggregationResult getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public AggregationResult build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public AggregationResult buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public AggregationResult.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<AggregationResult.Builder>
-
setField
public AggregationResult.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AggregationResult.Builder>
-
clearField
public AggregationResult.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AggregationResult.Builder>
-
clearOneof
public AggregationResult.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<AggregationResult.Builder>
-
setRepeatedField
public AggregationResult.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AggregationResult.Builder>
-
addRepeatedField
public AggregationResult.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AggregationResult.Builder>
-
mergeFrom
public AggregationResult.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<AggregationResult.Builder>
-
mergeFrom
public AggregationResult.Builder mergeFrom(AggregationResult other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<AggregationResult.Builder>
-
mergeFrom
public AggregationResult.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<AggregationResult.Builder>- Throws:
IOException
-
getAggregatePropertiesCount
public int getAggregatePropertiesCount()
Description copied from interface:AggregationResultOrBuilderThe result of the aggregation functions, ex: `COUNT(*) AS total_entities`. The key is the [alias][google.datastore.v1.AggregationQuery.Aggregation.alias] assigned to the aggregation function on input and the size of this map equals the number of aggregation functions in the query.
map<string, .google.datastore.v1.Value> aggregate_properties = 2;- Specified by:
getAggregatePropertiesCountin interfaceAggregationResultOrBuilder
-
containsAggregateProperties
public boolean containsAggregateProperties(String key)
The result of the aggregation functions, ex: `COUNT(*) AS total_entities`. The key is the [alias][google.datastore.v1.AggregationQuery.Aggregation.alias] assigned to the aggregation function on input and the size of this map equals the number of aggregation functions in the query.
map<string, .google.datastore.v1.Value> aggregate_properties = 2;- Specified by:
containsAggregatePropertiesin interfaceAggregationResultOrBuilder
-
getAggregateProperties
@Deprecated public Map<String,Value> getAggregateProperties()
Deprecated.UsegetAggregatePropertiesMap()instead.- Specified by:
getAggregatePropertiesin interfaceAggregationResultOrBuilder
-
getAggregatePropertiesMap
public Map<String,Value> getAggregatePropertiesMap()
The result of the aggregation functions, ex: `COUNT(*) AS total_entities`. The key is the [alias][google.datastore.v1.AggregationQuery.Aggregation.alias] assigned to the aggregation function on input and the size of this map equals the number of aggregation functions in the query.
map<string, .google.datastore.v1.Value> aggregate_properties = 2;- Specified by:
getAggregatePropertiesMapin interfaceAggregationResultOrBuilder
-
getAggregatePropertiesOrDefault
public Value getAggregatePropertiesOrDefault(String key, Value defaultValue)
The result of the aggregation functions, ex: `COUNT(*) AS total_entities`. The key is the [alias][google.datastore.v1.AggregationQuery.Aggregation.alias] assigned to the aggregation function on input and the size of this map equals the number of aggregation functions in the query.
map<string, .google.datastore.v1.Value> aggregate_properties = 2;- Specified by:
getAggregatePropertiesOrDefaultin interfaceAggregationResultOrBuilder
-
getAggregatePropertiesOrThrow
public Value getAggregatePropertiesOrThrow(String key)
The result of the aggregation functions, ex: `COUNT(*) AS total_entities`. The key is the [alias][google.datastore.v1.AggregationQuery.Aggregation.alias] assigned to the aggregation function on input and the size of this map equals the number of aggregation functions in the query.
map<string, .google.datastore.v1.Value> aggregate_properties = 2;- Specified by:
getAggregatePropertiesOrThrowin interfaceAggregationResultOrBuilder
-
clearAggregateProperties
public AggregationResult.Builder clearAggregateProperties()
-
removeAggregateProperties
public AggregationResult.Builder removeAggregateProperties(String key)
The result of the aggregation functions, ex: `COUNT(*) AS total_entities`. The key is the [alias][google.datastore.v1.AggregationQuery.Aggregation.alias] assigned to the aggregation function on input and the size of this map equals the number of aggregation functions in the query.
map<string, .google.datastore.v1.Value> aggregate_properties = 2;
-
getMutableAggregateProperties
@Deprecated public Map<String,Value> getMutableAggregateProperties()
Deprecated.Use alternate mutation accessors instead.
-
putAggregateProperties
public AggregationResult.Builder putAggregateProperties(String key, Value value)
The result of the aggregation functions, ex: `COUNT(*) AS total_entities`. The key is the [alias][google.datastore.v1.AggregationQuery.Aggregation.alias] assigned to the aggregation function on input and the size of this map equals the number of aggregation functions in the query.
map<string, .google.datastore.v1.Value> aggregate_properties = 2;
-
putAllAggregateProperties
public AggregationResult.Builder putAllAggregateProperties(Map<String,Value> values)
The result of the aggregation functions, ex: `COUNT(*) AS total_entities`. The key is the [alias][google.datastore.v1.AggregationQuery.Aggregation.alias] assigned to the aggregation function on input and the size of this map equals the number of aggregation functions in the query.
map<string, .google.datastore.v1.Value> aggregate_properties = 2;
-
setUnknownFields
public final AggregationResult.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<AggregationResult.Builder>
-
mergeUnknownFields
public final AggregationResult.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<AggregationResult.Builder>
-
-