Class: Google::Cloud::Firestore::Admin::V1::ImportDocumentsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/firestore/admin/v1/firestore_admin.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#collection_ids::Array<::String>

Returns Which collection IDs to import. Unspecified means all collections included in the import. Each collection ID in this list must be unique.

Returns:

  • (::Array<::String>)

    Which collection IDs to import. Unspecified means all collections included in the import. Each collection ID in this list must be unique.



421
422
423
424
# File 'proto_docs/google/firestore/admin/v1/firestore_admin.rb', line 421

class ImportDocumentsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#input_uri_prefix::String

Returns 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:



421
422
423
424
# File 'proto_docs/google/firestore/admin/v1/firestore_admin.rb', line 421

class ImportDocumentsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

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



421
422
423
424
# File 'proto_docs/google/firestore/admin/v1/firestore_admin.rb', line 421

class ImportDocumentsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#namespace_ids::Array<::String>

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



421
422
423
424
# File 'proto_docs/google/firestore/admin/v1/firestore_admin.rb', line 421

class ImportDocumentsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end