public static final class Cursor.Builder extends GeneratedMessageV3.Builder<Cursor.Builder> implements CursorOrBuilder
A position in a query result set.Protobuf type
google.firestore.v1beta1.Cursor| Modifier and Type | Method and Description |
|---|---|
Cursor.Builder |
addAllValues(java.lang.Iterable<? extends Value> values)
The values that represent a position, in the order they appear in
the order by clause of a query.
|
Cursor.Builder |
addRepeatedField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
Cursor.Builder |
addValues(int index,
Value.Builder builderForValue)
The values that represent a position, in the order they appear in
the order by clause of a query.
|
Cursor.Builder |
addValues(int index,
Value value)
The values that represent a position, in the order they appear in
the order by clause of a query.
|
Cursor.Builder |
addValues(Value.Builder builderForValue)
The values that represent a position, in the order they appear in
the order by clause of a query.
|
Cursor.Builder |
addValues(Value value)
The values that represent a position, in the order they appear in
the order by clause of a query.
|
Value.Builder |
addValuesBuilder()
The values that represent a position, in the order they appear in
the order by clause of a query.
|
Value.Builder |
addValuesBuilder(int index)
The values that represent a position, in the order they appear in
the order by clause of a query.
|
Cursor |
build() |
Cursor |
buildPartial() |
Cursor.Builder |
clear() |
Cursor.Builder |
clearBefore()
If the position is just before or just after the given values, relative
to the sort order defined by the query.
|
Cursor.Builder |
clearField(Descriptors.FieldDescriptor field) |
Cursor.Builder |
clearOneof(Descriptors.OneofDescriptor oneof) |
Cursor.Builder |
clearValues()
The values that represent a position, in the order they appear in
the order by clause of a query.
|
Cursor.Builder |
clone() |
boolean |
getBefore()
If the position is just before or just after the given values, relative
to the sort order defined by the query.
|
Cursor |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
Descriptors.Descriptor |
getDescriptorForType() |
Value |
getValues(int index)
The values that represent a position, in the order they appear in
the order by clause of a query.
|
Value.Builder |
getValuesBuilder(int index)
The values that represent a position, in the order they appear in
the order by clause of a query.
|
java.util.List<Value.Builder> |
getValuesBuilderList()
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.
|
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Cursor.Builder |
mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
Cursor.Builder |
mergeFrom(Cursor other) |
Cursor.Builder |
mergeFrom(Message other) |
Cursor.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields) |
Cursor.Builder |
removeValues(int index)
The values that represent a position, in the order they appear in
the order by clause of a query.
|
Cursor.Builder |
setBefore(boolean value)
If the position is just before or just after the given values, relative
to the sort order defined by the query.
|
Cursor.Builder |
setField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
Cursor.Builder |
setRepeatedField(Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
Cursor.Builder |
setUnknownFields(UnknownFieldSet unknownFields) |
Cursor.Builder |
setValues(int index,
Value.Builder builderForValue)
The values that represent a position, in the order they appear in
the order by clause of a query.
|
Cursor.Builder |
setValues(int index,
Value value)
The values that represent a position, in the order they appear in
the order by clause of a query.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3.Builder<Cursor.Builder>public Cursor.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<Cursor.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<Cursor.Builder>public Cursor getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic Cursor build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic Cursor buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic Cursor.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<Cursor.Builder>public Cursor.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<Cursor.Builder>public Cursor.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<Cursor.Builder>public Cursor.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<Cursor.Builder>public Cursor.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<Cursor.Builder>public Cursor.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<Cursor.Builder>public Cursor.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<Cursor.Builder>public Cursor.Builder mergeFrom(Cursor other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<Cursor.Builder>public Cursor.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<Cursor.Builder>java.io.IOExceptionpublic 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;getValuesList in interface CursorOrBuilderpublic 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;getValuesCount in interface CursorOrBuilderpublic 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;getValues in interface CursorOrBuilderpublic Cursor.Builder setValues(int index, Value value)
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;public Cursor.Builder setValues(int index, Value.Builder builderForValue)
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;public Cursor.Builder addValues(Value value)
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;public Cursor.Builder addValues(int index, Value value)
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;public Cursor.Builder addValues(Value.Builder builderForValue)
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;public Cursor.Builder addValues(int index, Value.Builder builderForValue)
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;public Cursor.Builder addAllValues(java.lang.Iterable<? extends Value> values)
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;public Cursor.Builder clearValues()
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;public Cursor.Builder removeValues(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;public Value.Builder getValuesBuilder(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;public 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;getValuesOrBuilder in interface CursorOrBuilderpublic 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;getValuesOrBuilderList in interface CursorOrBuilderpublic Value.Builder addValuesBuilder()
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;public Value.Builder addValuesBuilder(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;public java.util.List<Value.Builder> getValuesBuilderList()
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;public 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;getBefore in interface CursorOrBuilderpublic Cursor.Builder setBefore(boolean value)
If the position is just before or just after the given values, relative to the sort order defined by the query.
bool before = 2;public Cursor.Builder clearBefore()
If the position is just before or just after the given values, relative to the sort order defined by the query.
bool before = 2;public final Cursor.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<Cursor.Builder>public final Cursor.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<Cursor.Builder>