Reference documentation and code samples for the Cloud Firestore Admin V1 API class Google::Cloud::Firestore::Admin::V1::ImportDocumentsRequest.
The request for FirestoreAdmin.ImportDocuments.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#collection_ids
def collection_ids() -> ::Array<::String>
Returns
- (::Array<::String>) — Which collection ids to import. Unspecified means all collections included in the import.
#collection_ids=
def collection_ids=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Which collection ids to import. Unspecified means all collections included in the import.
Returns
- (::Array<::String>) — Which collection ids to import. Unspecified means all collections included in the import.
#input_uri_prefix
def input_uri_prefix() -> ::String
Returns
- (::String) — Location of the exported files. This must match the output_uri_prefix of an ExportDocumentsResponse from an export that has completed successfully. See: google.firestore.admin.v1.ExportDocumentsResponse.output_uri_prefix.
#input_uri_prefix=
def input_uri_prefix=(value) -> ::String
Parameter
- value (::String) — Location of the exported files. This must match the output_uri_prefix of an ExportDocumentsResponse from an export that has completed successfully. See: google.firestore.admin.v1.ExportDocumentsResponse.output_uri_prefix.
Returns
- (::String) — Location of the exported files. This must match the output_uri_prefix of an ExportDocumentsResponse from an export that has completed successfully. See: google.firestore.admin.v1.ExportDocumentsResponse.output_uri_prefix.
#name
def name() -> ::String
Returns
-
(::String) — Required. Database to import into. Should be of the form:
projects/{project_id}/databases/{database_id}
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. Database to import into. Should be of the form:
projects/{project_id}/databases/{database_id}
.
Returns
-
(::String) — Required. Database to import into. Should be of the form:
projects/{project_id}/databases/{database_id}
.