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.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
AggregationResult
build()
AggregationResult
buildPartial()
AggregationResult.Builder
clear()
AggregationResult.Builder
clearAggregateProperties()
AggregationResult.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
AggregationResult.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
AggregationResult.Builder
clone()
boolean
containsAggregateProperties(String key)
The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.Map<String,Value>
getAggregateProperties()
Deprecated.int
getAggregatePropertiesCount()
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`.Value
getAggregatePropertiesOrDefault(String key, Value defaultValue)
The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.Value
getAggregatePropertiesOrThrow(String key)
The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.AggregationResult
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
Map<String,Value>
getMutableAggregateProperties()
Deprecated.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
protected com.google.protobuf.MapField
internalGetMapField(int number)
protected com.google.protobuf.MapField
internalGetMutableMapField(int number)
boolean
isInitialized()
AggregationResult.Builder
mergeFrom(AggregationResult other)
AggregationResult.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
AggregationResult.Builder
mergeFrom(com.google.protobuf.Message other)
AggregationResult.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
AggregationResult.Builder
putAggregateProperties(String key, Value value)
The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.AggregationResult.Builder
putAllAggregateProperties(Map<String,Value> values)
The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.AggregationResult.Builder
removeAggregateProperties(String key)
The result of the aggregation functions, ex: `COUNT(*) AS total_entities`.AggregationResult.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
AggregationResult.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
AggregationResult.Builder
setUnknownFields(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:
internalGetMapField
in classcom.google.protobuf.GeneratedMessageV3.Builder<AggregationResult.Builder>
-
internalGetMutableMapField
protected com.google.protobuf.MapField internalGetMutableMapField(int number)
- Overrides:
internalGetMutableMapField
in classcom.google.protobuf.GeneratedMessageV3.Builder<AggregationResult.Builder>
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<AggregationResult.Builder>
-
clear
public AggregationResult.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<AggregationResult.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<AggregationResult.Builder>
-
getDefaultInstanceForType
public AggregationResult getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public AggregationResult build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public AggregationResult buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public AggregationResult.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<AggregationResult.Builder>
-
setField
public AggregationResult.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<AggregationResult.Builder>
-
clearField
public AggregationResult.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<AggregationResult.Builder>
-
clearOneof
public AggregationResult.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<AggregationResult.Builder>
-
setRepeatedField
public AggregationResult.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<AggregationResult.Builder>
-
addRepeatedField
public AggregationResult.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<AggregationResult.Builder>
-
mergeFrom
public AggregationResult.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<AggregationResult.Builder>
-
mergeFrom
public AggregationResult.Builder mergeFrom(AggregationResult other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in 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:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<AggregationResult.Builder>
- Throws:
IOException
-
getAggregatePropertiesCount
public int getAggregatePropertiesCount()
Description copied from interface:AggregationResultOrBuilder
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:
getAggregatePropertiesCount
in 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:
containsAggregateProperties
in interfaceAggregationResultOrBuilder
-
getAggregateProperties
@Deprecated public Map<String,Value> getAggregateProperties()
Deprecated.UsegetAggregatePropertiesMap()
instead.- Specified by:
getAggregateProperties
in 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:
getAggregatePropertiesMap
in 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:
getAggregatePropertiesOrDefault
in 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:
getAggregatePropertiesOrThrow
in 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:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<AggregationResult.Builder>
-
mergeUnknownFields
public final AggregationResult.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<AggregationResult.Builder>
-
-