public interface AggregationResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getAggregatePropertiesCount()
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;
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;
@Deprecated Map<String,Value> getAggregateProperties()
getAggregatePropertiesMap()
instead.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;
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;
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;
Copyright © 2023 Google LLC. All rights reserved.