public static final class GetDocumentRequest.Builder extends GeneratedMessageV3.Builder<GetDocumentRequest.Builder> implements GetDocumentRequestOrBuilder
The request for [Firestore.GetDocument][google.firestore.v1beta1.Firestore.GetDocument].Protobuf type
google.firestore.v1beta1.GetDocumentRequestgetAllFields, 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<GetDocumentRequest.Builder>public GetDocumentRequest.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<GetDocumentRequest.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<GetDocumentRequest.Builder>public GetDocumentRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic GetDocumentRequest build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic GetDocumentRequest buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic GetDocumentRequest.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<GetDocumentRequest.Builder>public GetDocumentRequest.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<GetDocumentRequest.Builder>public GetDocumentRequest.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<GetDocumentRequest.Builder>public GetDocumentRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<GetDocumentRequest.Builder>public GetDocumentRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<GetDocumentRequest.Builder>public GetDocumentRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<GetDocumentRequest.Builder>public GetDocumentRequest.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<GetDocumentRequest.Builder>public GetDocumentRequest.Builder mergeFrom(GetDocumentRequest other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<GetDocumentRequest.Builder>public GetDocumentRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<GetDocumentRequest.Builder>java.io.IOExceptionpublic GetDocumentRequest.ConsistencySelectorCase getConsistencySelectorCase()
getConsistencySelectorCase in interface GetDocumentRequestOrBuilderpublic GetDocumentRequest.Builder clearConsistencySelector()
public java.lang.String getName()
The resource name of the Document to get. In the format:
`projects/{project_id}/databases/{database_id}/documents/{document_path}`.
string name = 1;getName in interface GetDocumentRequestOrBuilderpublic ByteString getNameBytes()
The resource name of the Document to get. In the format:
`projects/{project_id}/databases/{database_id}/documents/{document_path}`.
string name = 1;getNameBytes in interface GetDocumentRequestOrBuilderpublic GetDocumentRequest.Builder setName(java.lang.String value)
The resource name of the Document to get. In the format:
`projects/{project_id}/databases/{database_id}/documents/{document_path}`.
string name = 1;public GetDocumentRequest.Builder clearName()
The resource name of the Document to get. In the format:
`projects/{project_id}/databases/{database_id}/documents/{document_path}`.
string name = 1;public GetDocumentRequest.Builder setNameBytes(ByteString value)
The resource name of the Document to get. In the format:
`projects/{project_id}/databases/{database_id}/documents/{document_path}`.
string name = 1;public boolean hasMask()
The fields to return. If not set, returns all fields. If the document has a field that is not present in this mask, that field will not be returned in the response.
.google.firestore.v1beta1.DocumentMask mask = 2;hasMask in interface GetDocumentRequestOrBuilderpublic DocumentMask getMask()
The fields to return. If not set, returns all fields. If the document has a field that is not present in this mask, that field will not be returned in the response.
.google.firestore.v1beta1.DocumentMask mask = 2;getMask in interface GetDocumentRequestOrBuilderpublic GetDocumentRequest.Builder setMask(DocumentMask value)
The fields to return. If not set, returns all fields. If the document has a field that is not present in this mask, that field will not be returned in the response.
.google.firestore.v1beta1.DocumentMask mask = 2;public GetDocumentRequest.Builder setMask(DocumentMask.Builder builderForValue)
The fields to return. If not set, returns all fields. If the document has a field that is not present in this mask, that field will not be returned in the response.
.google.firestore.v1beta1.DocumentMask mask = 2;public GetDocumentRequest.Builder mergeMask(DocumentMask value)
The fields to return. If not set, returns all fields. If the document has a field that is not present in this mask, that field will not be returned in the response.
.google.firestore.v1beta1.DocumentMask mask = 2;public GetDocumentRequest.Builder clearMask()
The fields to return. If not set, returns all fields. If the document has a field that is not present in this mask, that field will not be returned in the response.
.google.firestore.v1beta1.DocumentMask mask = 2;public DocumentMask.Builder getMaskBuilder()
The fields to return. If not set, returns all fields. If the document has a field that is not present in this mask, that field will not be returned in the response.
.google.firestore.v1beta1.DocumentMask mask = 2;public DocumentMaskOrBuilder getMaskOrBuilder()
The fields to return. If not set, returns all fields. If the document has a field that is not present in this mask, that field will not be returned in the response.
.google.firestore.v1beta1.DocumentMask mask = 2;getMaskOrBuilder in interface GetDocumentRequestOrBuilderpublic ByteString getTransaction()
Reads the document in a transaction.
bytes transaction = 3;getTransaction in interface GetDocumentRequestOrBuilderpublic GetDocumentRequest.Builder setTransaction(ByteString value)
Reads the document in a transaction.
bytes transaction = 3;public GetDocumentRequest.Builder clearTransaction()
Reads the document in a transaction.
bytes transaction = 3;public boolean hasReadTime()
Reads the version of the document at the given time. This may not be older than 60 seconds.
.google.protobuf.Timestamp read_time = 5;hasReadTime in interface GetDocumentRequestOrBuilderpublic Timestamp getReadTime()
Reads the version of the document at the given time. This may not be older than 60 seconds.
.google.protobuf.Timestamp read_time = 5;getReadTime in interface GetDocumentRequestOrBuilderpublic GetDocumentRequest.Builder setReadTime(Timestamp value)
Reads the version of the document at the given time. This may not be older than 60 seconds.
.google.protobuf.Timestamp read_time = 5;public GetDocumentRequest.Builder setReadTime(Timestamp.Builder builderForValue)
Reads the version of the document at the given time. This may not be older than 60 seconds.
.google.protobuf.Timestamp read_time = 5;public GetDocumentRequest.Builder mergeReadTime(Timestamp value)
Reads the version of the document at the given time. This may not be older than 60 seconds.
.google.protobuf.Timestamp read_time = 5;public GetDocumentRequest.Builder clearReadTime()
Reads the version of the document at the given time. This may not be older than 60 seconds.
.google.protobuf.Timestamp read_time = 5;public Timestamp.Builder getReadTimeBuilder()
Reads the version of the document at the given time. This may not be older than 60 seconds.
.google.protobuf.Timestamp read_time = 5;public TimestampOrBuilder getReadTimeOrBuilder()
Reads the version of the document at the given time. This may not be older than 60 seconds.
.google.protobuf.Timestamp read_time = 5;getReadTimeOrBuilder in interface GetDocumentRequestOrBuilderpublic final GetDocumentRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<GetDocumentRequest.Builder>public final GetDocumentRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<GetDocumentRequest.Builder>