Class: Google::Cloud::Firestore::Admin::V1::RestoreDatabaseMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Firestore::Admin::V1::RestoreDatabaseMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/firestore/admin/v1/operation.rb
Overview
Metadata for the long-running operation from the [RestoreDatabase][google.firestore.admin.v1.RestoreDatabase] request.
Instance Attribute Summary collapse
-
#backup ⇒ ::String
The name of the backup restoring from.
-
#database ⇒ ::String
The name of the database being restored to.
-
#end_time ⇒ ::Google::Protobuf::Timestamp
The time the restore finished, unset for ongoing restores.
-
#operation_state ⇒ ::Google::Cloud::Firestore::Admin::V1::OperationState
The operation state of the restore.
-
#progress_percentage ⇒ ::Google::Cloud::Firestore::Admin::V1::Progress
How far along the restore is as an estimated percentage of remaining time.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
The time the restore was started.
Instance Attribute Details
#backup ⇒ ::String
Returns The name of the backup restoring from.
273 274 275 276 |
# File 'proto_docs/google/firestore/admin/v1/operation.rb', line 273 class RestoreDatabaseMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#database ⇒ ::String
Returns The name of the database being restored to.
273 274 275 276 |
# File 'proto_docs/google/firestore/admin/v1/operation.rb', line 273 class RestoreDatabaseMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end_time ⇒ ::Google::Protobuf::Timestamp
Returns The time the restore finished, unset for ongoing restores.
273 274 275 276 |
# File 'proto_docs/google/firestore/admin/v1/operation.rb', line 273 class RestoreDatabaseMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#operation_state ⇒ ::Google::Cloud::Firestore::Admin::V1::OperationState
Returns The operation state of the restore.
273 274 275 276 |
# File 'proto_docs/google/firestore/admin/v1/operation.rb', line 273 class RestoreDatabaseMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#progress_percentage ⇒ ::Google::Cloud::Firestore::Admin::V1::Progress
Returns How far along the restore is as an estimated percentage of remaining time.
273 274 275 276 |
# File 'proto_docs/google/firestore/admin/v1/operation.rb', line 273 class RestoreDatabaseMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::Google::Protobuf::Timestamp
Returns The time the restore was started.
273 274 275 276 |
# File 'proto_docs/google/firestore/admin/v1/operation.rb', line 273 class RestoreDatabaseMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |