Reference documentation and code samples for the Cloud Firestore Admin V1 API class Google::Cloud::Firestore::Admin::V1::CloneDatabaseMetadata.
Metadata for the long-running operation from the [CloneDatabase][google.firestore.admin.v1.CloneDatabase] request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#database
def database() -> ::String
Returns
- (::String) — The name of the database being cloned to.
#database=
def database=(value) -> ::String
Parameter
- value (::String) — The name of the database being cloned to.
Returns
- (::String) — The name of the database being cloned to.
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The time the clone finished, unset for ongoing clones.
#end_time=
def end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time the clone finished, unset for ongoing clones.
Returns
- (::Google::Protobuf::Timestamp) — The time the clone finished, unset for ongoing clones.
#operation_state
def operation_state() -> ::Google::Cloud::Firestore::Admin::V1::OperationState
Returns
- (::Google::Cloud::Firestore::Admin::V1::OperationState) — The operation state of the clone.
#operation_state=
def operation_state=(value) -> ::Google::Cloud::Firestore::Admin::V1::OperationState
Parameter
- value (::Google::Cloud::Firestore::Admin::V1::OperationState) — The operation state of the clone.
Returns
- (::Google::Cloud::Firestore::Admin::V1::OperationState) — The operation state of the clone.
#pitr_snapshot
def pitr_snapshot() -> ::Google::Cloud::Firestore::Admin::V1::PitrSnapshot
Returns
- (::Google::Cloud::Firestore::Admin::V1::PitrSnapshot) — The snapshot from which this database was cloned.
#pitr_snapshot=
def pitr_snapshot=(value) -> ::Google::Cloud::Firestore::Admin::V1::PitrSnapshot
Parameter
- value (::Google::Cloud::Firestore::Admin::V1::PitrSnapshot) — The snapshot from which this database was cloned.
Returns
- (::Google::Cloud::Firestore::Admin::V1::PitrSnapshot) — The snapshot from which this database was cloned.
#progress_percentage
def progress_percentage() -> ::Google::Cloud::Firestore::Admin::V1::Progress
Returns
- (::Google::Cloud::Firestore::Admin::V1::Progress) — How far along the clone is as an estimated percentage of remaining time.
#progress_percentage=
def progress_percentage=(value) -> ::Google::Cloud::Firestore::Admin::V1::Progress
Parameter
- value (::Google::Cloud::Firestore::Admin::V1::Progress) — How far along the clone is as an estimated percentage of remaining time.
Returns
- (::Google::Cloud::Firestore::Admin::V1::Progress) — How far along the clone is as an estimated percentage of remaining time.
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The time the clone was started.
#start_time=
def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time the clone was started.
Returns
- (::Google::Protobuf::Timestamp) — The time the clone was started.