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

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

#namespace_ids

def namespace_ids() -> ::Array<::String>
Returns
  • (::Array<::String>) — An empty list represents all namespaces. This is the preferred usage for databases that don't use namespaces.

    An empty string element represents the default namespace. This should be used if the database has data in non-default namespaces, but doesn't want to include them. Each namespace in this list must be unique.

#namespace_ids=

def namespace_ids=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — An empty list represents all namespaces. This is the preferred usage for databases that don't use namespaces.

    An empty string element represents the default namespace. This should be used if the database has data in non-default namespaces, but doesn't want to include them. Each namespace in this list must be unique.

Returns
  • (::Array<::String>) — An empty list represents all namespaces. This is the preferred usage for databases that don't use namespaces.

    An empty string element represents the default namespace. This should be used if the database has data in non-default namespaces, but doesn't want to include them. Each namespace in this list must be unique.