public interface CursorOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getBefore()
If the position is just before or just after the given values, relative
to the sort order defined by the query.
|
Value |
getValues(int index)
The values that represent a position, in the order they appear in
the order by clause of a query.
|
int |
getValuesCount()
The values that represent a position, in the order they appear in
the order by clause of a query.
|
java.util.List<Value> |
getValuesList()
The values that represent a position, in the order they appear in
the order by clause of a query.
|
ValueOrBuilder |
getValuesOrBuilder(int index)
The values that represent a position, in the order they appear in
the order by clause of a query.
|
java.util.List<? extends ValueOrBuilder> |
getValuesOrBuilderList()
The values that represent a position, in the order they appear in
the order by clause of a query.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<Value> getValuesList()
The values that represent a position, in the order they appear in the order by clause of a query. Can contain fewer values than specified in the order by clause.
repeated .google.firestore.v1beta1.Value values = 1;
Value getValues(int index)
The values that represent a position, in the order they appear in the order by clause of a query. Can contain fewer values than specified in the order by clause.
repeated .google.firestore.v1beta1.Value values = 1;
int getValuesCount()
The values that represent a position, in the order they appear in the order by clause of a query. Can contain fewer values than specified in the order by clause.
repeated .google.firestore.v1beta1.Value values = 1;
java.util.List<? extends ValueOrBuilder> getValuesOrBuilderList()
The values that represent a position, in the order they appear in the order by clause of a query. Can contain fewer values than specified in the order by clause.
repeated .google.firestore.v1beta1.Value values = 1;
ValueOrBuilder getValuesOrBuilder(int index)
The values that represent a position, in the order they appear in the order by clause of a query. Can contain fewer values than specified in the order by clause.
repeated .google.firestore.v1beta1.Value values = 1;
boolean getBefore()
If the position is just before or just after the given values, relative to the sort order defined by the query.
bool before = 2;