Cloud Firestore Admin V1 API - Class Google::Cloud::Firestore::Admin::V1::ImportDocumentsRequest (v0.6.0)

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

#input_uri_prefix=

def input_uri_prefix=(value) -> ::String
Parameter
Returns

#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}.