Interface StructuredAggregationQuery.Aggregation.SumOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
StructuredAggregationQuery.Aggregation.Sum, StructuredAggregationQuery.Aggregation.Sum.Builder
Enclosing class:
StructuredAggregationQuery.Aggregation

public static interface StructuredAggregationQuery.Aggregation.SumOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The field to aggregate on.
    The field to aggregate on.
    boolean
    The field to aggregate on.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasField

      boolean hasField()
       The field to aggregate on.
       
      .google.firestore.v1.StructuredQuery.FieldReference field = 1;
      Returns:
      Whether the field field is set.
    • getField

       The field to aggregate on.
       
      .google.firestore.v1.StructuredQuery.FieldReference field = 1;
      Returns:
      The field.
    • getFieldOrBuilder

       The field to aggregate on.
       
      .google.firestore.v1.StructuredQuery.FieldReference field = 1;