Uses of Class
com.google.firestore.admin.v1.ImportDocumentsRequest.Builder
-
Uses of ImportDocumentsRequest.Builder in com.google.firestore.admin.v1
Methods in com.google.firestore.admin.v1 that return ImportDocumentsRequest.BuilderModifier and TypeMethodDescriptionImportDocumentsRequest.Builder.addAllCollectionIds(Iterable<String> values) IDs of the collection groups to import.ImportDocumentsRequest.Builder.addAllNamespaceIds(Iterable<String> values) An empty list represents all namespaces.ImportDocumentsRequest.Builder.addCollectionIds(String value) IDs of the collection groups to import.ImportDocumentsRequest.Builder.addCollectionIdsBytes(com.google.protobuf.ByteString value) IDs of the collection groups to import.ImportDocumentsRequest.Builder.addNamespaceIds(String value) An empty list represents all namespaces.ImportDocumentsRequest.Builder.addNamespaceIdsBytes(com.google.protobuf.ByteString value) An empty list represents all namespaces.ImportDocumentsRequest.Builder.clear()ImportDocumentsRequest.Builder.clearCollectionIds()IDs of the collection groups to import.ImportDocumentsRequest.Builder.clearInputUriPrefix()Location of the exported files.ImportDocumentsRequest.Builder.clearName()Required.ImportDocumentsRequest.Builder.clearNamespaceIds()An empty list represents all namespaces.ImportDocumentsRequest.Builder.mergeFrom(ImportDocumentsRequest other) ImportDocumentsRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ImportDocumentsRequest.Builder.mergeFrom(com.google.protobuf.Message other) ImportDocumentsRequest.newBuilder()ImportDocumentsRequest.newBuilder(ImportDocumentsRequest prototype) ImportDocumentsRequest.newBuilderForType()protected ImportDocumentsRequest.BuilderImportDocumentsRequest.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ImportDocumentsRequest.Builder.setCollectionIds(int index, String value) IDs of the collection groups to import.ImportDocumentsRequest.Builder.setInputUriPrefix(String value) Location of the exported files.ImportDocumentsRequest.Builder.setInputUriPrefixBytes(com.google.protobuf.ByteString value) Location of the exported files.Required.ImportDocumentsRequest.Builder.setNameBytes(com.google.protobuf.ByteString value) Required.ImportDocumentsRequest.Builder.setNamespaceIds(int index, String value) An empty list represents all namespaces.ImportDocumentsRequest.toBuilder()