public static final class Target.DocumentsTarget.Builder extends GeneratedMessageV3.Builder<Target.DocumentsTarget.Builder> implements Target.DocumentsTargetOrBuilder
A target specified by a set of documents names.Protobuf type
google.firestore.v1beta1.Target.DocumentsTargetgetAllFields, 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<Target.DocumentsTarget.Builder>public Target.DocumentsTarget.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<Target.DocumentsTarget.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<Target.DocumentsTarget.Builder>public Target.DocumentsTarget getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic Target.DocumentsTarget build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic Target.DocumentsTarget buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic Target.DocumentsTarget.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<Target.DocumentsTarget.Builder>public Target.DocumentsTarget.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<Target.DocumentsTarget.Builder>public Target.DocumentsTarget.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<Target.DocumentsTarget.Builder>public Target.DocumentsTarget.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<Target.DocumentsTarget.Builder>public Target.DocumentsTarget.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<Target.DocumentsTarget.Builder>public Target.DocumentsTarget.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<Target.DocumentsTarget.Builder>public Target.DocumentsTarget.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<Target.DocumentsTarget.Builder>public Target.DocumentsTarget.Builder mergeFrom(Target.DocumentsTarget other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<Target.DocumentsTarget.Builder>public Target.DocumentsTarget.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<Target.DocumentsTarget.Builder>java.io.IOExceptionpublic ProtocolStringList getDocumentsList()
The names of the documents to retrieve. In the format:
`projects/{project_id}/databases/{database_id}/documents/{document_path}`.
The request will fail if any of the document is not a child resource of
the given `database`. Duplicate names will be elided.
repeated string documents = 2;getDocumentsList in interface Target.DocumentsTargetOrBuilderpublic int getDocumentsCount()
The names of the documents to retrieve. In the format:
`projects/{project_id}/databases/{database_id}/documents/{document_path}`.
The request will fail if any of the document is not a child resource of
the given `database`. Duplicate names will be elided.
repeated string documents = 2;getDocumentsCount in interface Target.DocumentsTargetOrBuilderpublic java.lang.String getDocuments(int index)
The names of the documents to retrieve. In the format:
`projects/{project_id}/databases/{database_id}/documents/{document_path}`.
The request will fail if any of the document is not a child resource of
the given `database`. Duplicate names will be elided.
repeated string documents = 2;getDocuments in interface Target.DocumentsTargetOrBuilderpublic ByteString getDocumentsBytes(int index)
The names of the documents to retrieve. In the format:
`projects/{project_id}/databases/{database_id}/documents/{document_path}`.
The request will fail if any of the document is not a child resource of
the given `database`. Duplicate names will be elided.
repeated string documents = 2;getDocumentsBytes in interface Target.DocumentsTargetOrBuilderpublic Target.DocumentsTarget.Builder setDocuments(int index, java.lang.String value)
The names of the documents to retrieve. In the format:
`projects/{project_id}/databases/{database_id}/documents/{document_path}`.
The request will fail if any of the document is not a child resource of
the given `database`. Duplicate names will be elided.
repeated string documents = 2;public Target.DocumentsTarget.Builder addDocuments(java.lang.String value)
The names of the documents to retrieve. In the format:
`projects/{project_id}/databases/{database_id}/documents/{document_path}`.
The request will fail if any of the document is not a child resource of
the given `database`. Duplicate names will be elided.
repeated string documents = 2;public Target.DocumentsTarget.Builder addAllDocuments(java.lang.Iterable<java.lang.String> values)
The names of the documents to retrieve. In the format:
`projects/{project_id}/databases/{database_id}/documents/{document_path}`.
The request will fail if any of the document is not a child resource of
the given `database`. Duplicate names will be elided.
repeated string documents = 2;public Target.DocumentsTarget.Builder clearDocuments()
The names of the documents to retrieve. In the format:
`projects/{project_id}/databases/{database_id}/documents/{document_path}`.
The request will fail if any of the document is not a child resource of
the given `database`. Duplicate names will be elided.
repeated string documents = 2;public Target.DocumentsTarget.Builder addDocumentsBytes(ByteString value)
The names of the documents to retrieve. In the format:
`projects/{project_id}/databases/{database_id}/documents/{document_path}`.
The request will fail if any of the document is not a child resource of
the given `database`. Duplicate names will be elided.
repeated string documents = 2;public final Target.DocumentsTarget.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<Target.DocumentsTarget.Builder>public final Target.DocumentsTarget.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<Target.DocumentsTarget.Builder>