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 type google.datastore.v1.AggregationResult
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetMapField

      protected com.google.protobuf.MapField internalGetMapField(int number)
      Overrides:
      internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<AggregationResult.Builder>
    • internalGetMutableMapField

      protected com.google.protobuf.MapField internalGetMutableMapField(int number)
      Overrides:
      internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<AggregationResult.Builder>
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<AggregationResult.Builder>
    • clear

      public AggregationResult.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<AggregationResult.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<AggregationResult.Builder>
    • getDefaultInstanceForType

      public AggregationResult getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public AggregationResult build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public AggregationResult buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      public AggregationResult.Builder clone()
      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<AggregationResult.Builder>
    • setField

      public AggregationResult.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<AggregationResult.Builder>
    • clearField

      public AggregationResult.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<AggregationResult.Builder>
    • clearOneof

      public AggregationResult.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.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 interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AggregationResult.Builder>
    • addRepeatedField

      public AggregationResult.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AggregationResult.Builder>
    • mergeFrom

      public AggregationResult.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<AggregationResult.Builder>
    • mergeFrom

      public AggregationResult.Builder mergeFrom(AggregationResult other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.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 interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.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 interface AggregationResultOrBuilder
    • 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 interface AggregationResultOrBuilder
    • getAggregateProperties

      @Deprecated public Map<String,Value> getAggregateProperties()
      Deprecated.
      Specified by:
      getAggregateProperties in interface AggregationResultOrBuilder
    • 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 interface AggregationResultOrBuilder
    • 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 interface AggregationResultOrBuilder
    • 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 interface AggregationResultOrBuilder
    • 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 interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AggregationResult.Builder>
    • mergeUnknownFields

      public final AggregationResult.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AggregationResult.Builder>