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

Reference documentation and code samples for the Cloud Firestore Admin V1 API class Google::Cloud::Firestore::Admin::V1::ExportDocumentsMetadata.

Metadata for google.longrunning.Operation results from FirestoreAdmin.ExportDocuments.

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 are being exported.

#collection_ids=

def collection_ids=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Which collection ids are being exported.
Returns
  • (::Array<::String>) — Which collection ids are being exported.

#end_time

def end_time() -> ::Google::Protobuf::Timestamp
Returns

#end_time=

def end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#namespace_ids

def namespace_ids() -> ::Array<::String>
Returns
  • (::Array<::String>) — Which namespace ids are being exported.

#namespace_ids=

def namespace_ids=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Which namespace ids are being exported.
Returns
  • (::Array<::String>) — Which namespace ids are being exported.

#operation_state

def operation_state() -> ::Google::Cloud::Firestore::Admin::V1::OperationState
Returns

#operation_state=

def operation_state=(value) -> ::Google::Cloud::Firestore::Admin::V1::OperationState
Parameter
Returns

#output_uri_prefix

def output_uri_prefix() -> ::String
Returns
  • (::String) — Where the documents are being exported to.

#output_uri_prefix=

def output_uri_prefix=(value) -> ::String
Parameter
  • value (::String) — Where the documents are being exported to.
Returns
  • (::String) — Where the documents are being exported to.

#progress_bytes

def progress_bytes() -> ::Google::Cloud::Firestore::Admin::V1::Progress
Returns

#progress_bytes=

def progress_bytes=(value) -> ::Google::Cloud::Firestore::Admin::V1::Progress
Parameter
Returns

#progress_documents

def progress_documents() -> ::Google::Cloud::Firestore::Admin::V1::Progress
Returns

#progress_documents=

def progress_documents=(value) -> ::Google::Cloud::Firestore::Admin::V1::Progress
Parameter
Returns

#snapshot_time

def snapshot_time() -> ::Google::Protobuf::Timestamp
Returns
  • (::Google::Protobuf::Timestamp) — The timestamp that corresponds to the version of the database that is being exported. If unspecified, there are no guarantees about the consistency of the documents being exported.

#snapshot_time=

def snapshot_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
  • value (::Google::Protobuf::Timestamp) — The timestamp that corresponds to the version of the database that is being exported. If unspecified, there are no guarantees about the consistency of the documents being exported.
Returns
  • (::Google::Protobuf::Timestamp) — The timestamp that corresponds to the version of the database that is being exported. If unspecified, there are no guarantees about the consistency of the documents being exported.

#start_time

def start_time() -> ::Google::Protobuf::Timestamp
Returns

#start_time=

def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns