Uses of Class
com.google.firestore.admin.v1.ExportDocumentsRequest.Builder
-
Uses of ExportDocumentsRequest.Builder in com.google.firestore.admin.v1
Methods in com.google.firestore.admin.v1 that return ExportDocumentsRequest.BuilderModifier and TypeMethodDescriptionExportDocumentsRequest.Builder.addAllCollectionIds(Iterable<String> values) IDs of the collection groups to export.ExportDocumentsRequest.Builder.addAllNamespaceIds(Iterable<String> values) An empty list represents all namespaces.ExportDocumentsRequest.Builder.addCollectionIds(String value) IDs of the collection groups to export.ExportDocumentsRequest.Builder.addCollectionIdsBytes(com.google.protobuf.ByteString value) IDs of the collection groups to export.ExportDocumentsRequest.Builder.addNamespaceIds(String value) An empty list represents all namespaces.ExportDocumentsRequest.Builder.addNamespaceIdsBytes(com.google.protobuf.ByteString value) An empty list represents all namespaces.ExportDocumentsRequest.Builder.clear()ExportDocumentsRequest.Builder.clearCollectionIds()IDs of the collection groups to export.ExportDocumentsRequest.Builder.clearName()Required.ExportDocumentsRequest.Builder.clearNamespaceIds()An empty list represents all namespaces.ExportDocumentsRequest.Builder.clearOutputUriPrefix()The output URI.ExportDocumentsRequest.Builder.clearSnapshotTime()The timestamp that corresponds to the version of the database to be exported.ExportDocumentsRequest.Builder.mergeFrom(ExportDocumentsRequest other) ExportDocumentsRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ExportDocumentsRequest.Builder.mergeFrom(com.google.protobuf.Message other) ExportDocumentsRequest.Builder.mergeSnapshotTime(com.google.protobuf.Timestamp value) The timestamp that corresponds to the version of the database to be exported.ExportDocumentsRequest.newBuilder()ExportDocumentsRequest.newBuilder(ExportDocumentsRequest prototype) ExportDocumentsRequest.newBuilderForType()protected ExportDocumentsRequest.BuilderExportDocumentsRequest.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ExportDocumentsRequest.Builder.setCollectionIds(int index, String value) IDs of the collection groups to export.Required.ExportDocumentsRequest.Builder.setNameBytes(com.google.protobuf.ByteString value) Required.ExportDocumentsRequest.Builder.setNamespaceIds(int index, String value) An empty list represents all namespaces.ExportDocumentsRequest.Builder.setOutputUriPrefix(String value) The output URI.ExportDocumentsRequest.Builder.setOutputUriPrefixBytes(com.google.protobuf.ByteString value) The output URI.ExportDocumentsRequest.Builder.setSnapshotTime(com.google.protobuf.Timestamp value) The timestamp that corresponds to the version of the database to be exported.ExportDocumentsRequest.Builder.setSnapshotTime(com.google.protobuf.Timestamp.Builder builderForValue) The timestamp that corresponds to the version of the database to be exported.ExportDocumentsRequest.toBuilder()