Reference documentation and code samples for the Google Cloud Database Center V1beta Client class BackupRunInfo.
Metadata about latest backup run state for a database resource.
Generated from protobuf message google.cloud.databasecenter.v1beta.BackupRunInfo
Namespace
Google \ Cloud \ DatabaseCenter \ V1betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ start_time
↳ end_time
↳ state
int
Output only. The state of this run.
↳ error_message
string
Additional information about the error encountered.
↳ operation_error_type
int
Optional. OperationErrorType to expose specific error when backup operation of database resource failed, that is state is FAILED.
↳ sub_resource
getStartTime
The time the backup operation started.
hasStartTime
clearStartTime
setStartTime
The time the backup operation started.
$this
getEndTime
The time the backup operation completed.
hasEndTime
clearEndTime
setEndTime
The time the backup operation completed.
$this
getState
Output only. The state of this run.
setState
Output only. The state of this run.
$this
getErrorMessage
Additional information about the error encountered.
string
setErrorMessage
Additional information about the error encountered.
var
string
$this
getOperationErrorType
Optional. OperationErrorType to expose specific error when backup operation of database resource failed, that is state is FAILED.
setOperationErrorType
Optional. OperationErrorType to expose specific error when backup operation of database resource failed, that is state is FAILED.
$this
getSubResource
Optional. Sub resource details associated with the backup run.
hasSubResource
clearSubResource
setSubResource
Optional. Sub resource details associated with the backup run.
$this

