Reference documentation and code samples for the Cloud Firestore V1 Client class CloneDatabaseMetadata.
Metadata for the long-running operation from the CloneDatabase request.
Generated from protobuf message google.firestore.admin.v1.CloneDatabaseMetadata
Namespace
Google \ Cloud \ Firestore \ Admin \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ start_time
↳ end_time
↳ operation_state
int
The operation state of the clone.
↳ database
string
The name of the database being cloned to.
↳ pitr_snapshot
↳ progress_percentage
getStartTime
The time the clone was started.
hasStartTime
clearStartTime
setStartTime
The time the clone was started.
$this
getEndTime
The time the clone finished, unset for ongoing clones.
hasEndTime
clearEndTime
setEndTime
The time the clone finished, unset for ongoing clones.
$this
getOperationState
The operation state of the clone.
int
setOperationState
The operation state of the clone.
var
int
$this
getDatabase
The name of the database being cloned to.
string
setDatabase
The name of the database being cloned to.
var
string
$this
getPitrSnapshot
The snapshot from which this database was cloned.
hasPitrSnapshot
clearPitrSnapshot
setPitrSnapshot
The snapshot from which this database was cloned.
$this
getProgressPercentage
How far along the clone is as an estimated percentage of remaining time.
hasProgressPercentage
clearProgressPercentage
setProgressPercentage
How far along the clone is as an estimated percentage of remaining time.
$this