Class: Google::Cloud::Firestore::Admin::V1::ExportDocumentsMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Firestore::Admin::V1::ExportDocumentsMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/firestore/admin/v1/operation.rb
Overview
Metadata for google.longrunning.Operation results from FirestoreAdmin.ExportDocuments.
Instance Attribute Summary collapse
-
#collection_ids ⇒ ::Array<::String>
Which collection IDs are being exported.
-
#end_time ⇒ ::Google::Protobuf::Timestamp
The time this operation completed.
-
#namespace_ids ⇒ ::Array<::String>
Which namespace IDs are being exported.
-
#operation_state ⇒ ::Google::Cloud::Firestore::Admin::V1::OperationState
The state of the export operation.
-
#output_uri_prefix ⇒ ::String
Where the documents are being exported to.
-
#progress_bytes ⇒ ::Google::Cloud::Firestore::Admin::V1::Progress
The progress, in bytes, of this operation.
-
#progress_documents ⇒ ::Google::Cloud::Firestore::Admin::V1::Progress
The progress, in documents, of this operation.
-
#snapshot_time ⇒ ::Google::Protobuf::Timestamp
The timestamp that corresponds to the version of the database that is being exported.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
The time this operation started.
Instance Attribute Details
#collection_ids ⇒ ::Array<::String>
Returns Which collection IDs are being exported.
167 168 169 170 |
# File 'proto_docs/google/firestore/admin/v1/operation.rb', line 167 class ExportDocumentsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end_time ⇒ ::Google::Protobuf::Timestamp
Returns The time this operation completed. Will be unset if operation still in progress.
167 168 169 170 |
# File 'proto_docs/google/firestore/admin/v1/operation.rb', line 167 class ExportDocumentsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#namespace_ids ⇒ ::Array<::String>
Returns Which namespace IDs are being exported.
167 168 169 170 |
# File 'proto_docs/google/firestore/admin/v1/operation.rb', line 167 class ExportDocumentsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#operation_state ⇒ ::Google::Cloud::Firestore::Admin::V1::OperationState
Returns The state of the export operation.
167 168 169 170 |
# File 'proto_docs/google/firestore/admin/v1/operation.rb', line 167 class ExportDocumentsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#output_uri_prefix ⇒ ::String
Returns Where the documents are being exported to.
167 168 169 170 |
# File 'proto_docs/google/firestore/admin/v1/operation.rb', line 167 class ExportDocumentsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#progress_bytes ⇒ ::Google::Cloud::Firestore::Admin::V1::Progress
Returns The progress, in bytes, of this operation.
167 168 169 170 |
# File 'proto_docs/google/firestore/admin/v1/operation.rb', line 167 class ExportDocumentsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#progress_documents ⇒ ::Google::Cloud::Firestore::Admin::V1::Progress
Returns The progress, in documents, of this operation.
167 168 169 170 |
# File 'proto_docs/google/firestore/admin/v1/operation.rb', line 167 class ExportDocumentsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#snapshot_time ⇒ ::Google::Protobuf::Timestamp
Returns 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.
167 168 169 170 |
# File 'proto_docs/google/firestore/admin/v1/operation.rb', line 167 class ExportDocumentsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::Google::Protobuf::Timestamp
Returns The time this operation started.
167 168 169 170 |
# File 'proto_docs/google/firestore/admin/v1/operation.rb', line 167 class ExportDocumentsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |