Enum QueryResultBatch.MoreResultsType

java.lang.Object
java.lang.Enum<QueryResultBatch.MoreResultsType>
com.google.datastore.v1.QueryResultBatch.MoreResultsType
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<QueryResultBatch.MoreResultsType>
Enclosing class:
QueryResultBatch

public static enum QueryResultBatch.MoreResultsType extends Enum<QueryResultBatch.MoreResultsType> implements com.google.protobuf.ProtocolMessageEnum
 The possible values for the `more_results` field.
 
Protobuf enum google.datastore.v1.QueryResultBatch.MoreResultsType
  • Enum Constant Details

    • MORE_RESULTS_TYPE_UNSPECIFIED

      public static final QueryResultBatch.MoreResultsType MORE_RESULTS_TYPE_UNSPECIFIED
       Unspecified. This value is never used.
       
      MORE_RESULTS_TYPE_UNSPECIFIED = 0;
    • NOT_FINISHED

      public static final QueryResultBatch.MoreResultsType NOT_FINISHED
       There may be additional batches to fetch from this query.
       
      NOT_FINISHED = 1;
    • MORE_RESULTS_AFTER_LIMIT

      public static final QueryResultBatch.MoreResultsType MORE_RESULTS_AFTER_LIMIT
       The query is finished, but there may be more results after the limit.
       
      MORE_RESULTS_AFTER_LIMIT = 2;
    • MORE_RESULTS_AFTER_CURSOR

      public static final QueryResultBatch.MoreResultsType MORE_RESULTS_AFTER_CURSOR
       The query is finished, but there may be more results after the end
       cursor.
       
      MORE_RESULTS_AFTER_CURSOR = 4;
    • NO_MORE_RESULTS

      public static final QueryResultBatch.MoreResultsType NO_MORE_RESULTS
       The query is finished, and there are no more results.
       
      NO_MORE_RESULTS = 3;
    • UNRECOGNIZED

      public static final QueryResultBatch.MoreResultsType UNRECOGNIZED
  • Field Details

    • MORE_RESULTS_TYPE_UNSPECIFIED_VALUE

      public static final int MORE_RESULTS_TYPE_UNSPECIFIED_VALUE
       Unspecified. This value is never used.
       
      MORE_RESULTS_TYPE_UNSPECIFIED = 0;
      See Also:
    • NOT_FINISHED_VALUE

      public static final int NOT_FINISHED_VALUE
       There may be additional batches to fetch from this query.
       
      NOT_FINISHED = 1;
      See Also:
    • MORE_RESULTS_AFTER_LIMIT_VALUE

      public static final int MORE_RESULTS_AFTER_LIMIT_VALUE
       The query is finished, but there may be more results after the limit.
       
      MORE_RESULTS_AFTER_LIMIT = 2;
      See Also:
    • MORE_RESULTS_AFTER_CURSOR_VALUE

      public static final int MORE_RESULTS_AFTER_CURSOR_VALUE
       The query is finished, but there may be more results after the end
       cursor.
       
      MORE_RESULTS_AFTER_CURSOR = 4;
      See Also:
    • NO_MORE_RESULTS_VALUE

      public static final int NO_MORE_RESULTS_VALUE
       The query is finished, and there are no more results.
       
      NO_MORE_RESULTS = 3;
      See Also:
  • Method Details

    • values

      public static QueryResultBatch.MoreResultsType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static QueryResultBatch.MoreResultsType valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static QueryResultBatch.MoreResultsType valueOf(int value)
      Deprecated.
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      value - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • forNumber

      public static QueryResultBatch.MoreResultsType forNumber(int value)
      Parameters:
      value - The numeric wire value of the corresponding enum entry.
      Returns:
      The enum associated with the given numeric wire value.
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<QueryResultBatch.MoreResultsType> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static QueryResultBatch.MoreResultsType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      desc - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null