Reference documentation and code samples for the Google Cloud Dms V1 Client class BackgroundJobLogEntry.
Execution log of a background job.
Generated from protobuf message google.cloud.clouddms.v1.BackgroundJobLogEntry
Namespace
Google \ Cloud \ CloudDms \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ id
string
The background job log entry ID.
↳ job_type
int
The type of job that was executed.
↳ start_time
↳ finish_time
↳ completion_state
int
Output only. Job completion state, i.e. the final state after the job completed.
↳ completion_comment
string
Output only. Job completion comment, such as how many entities were seeded, how many warnings were found during conversion, and similar information.
↳ request_autocommit
bool
Output only. Whether the client requested the conversion workspace to be committed after a successful completion of the job.
↳ seed_job_details
↳ import_rules_job_details
Google\Cloud\CloudDms\V1\BackgroundJobLogEntry\ImportRulesJobDetails
Output only. Import rules job details.
↳ convert_job_details
↳ apply_job_details
getId
The background job log entry ID.
string
setId
The background job log entry ID.
var
string
$this
getJobType
The type of job that was executed.
int
setJobType
The type of job that was executed.
var
int
$this
getStartTime
The timestamp when the background job was started.
hasStartTime
clearStartTime
setStartTime
The timestamp when the background job was started.
$this
getFinishTime
The timestamp when the background job was finished.
hasFinishTime
clearFinishTime
setFinishTime
The timestamp when the background job was finished.
$this
getCompletionState
Output only. Job completion state, i.e. the final state after the job completed.
int
setCompletionState
Output only. Job completion state, i.e. the final state after the job completed.
var
int
$this
getCompletionComment
Output only. Job completion comment, such as how many entities were seeded, how many warnings were found during conversion, and similar information.
string
setCompletionComment
Output only. Job completion comment, such as how many entities were seeded, how many warnings were found during conversion, and similar information.
var
string
$this
getRequestAutocommit
Output only. Whether the client requested the conversion workspace to be committed after a successful completion of the job.
bool
setRequestAutocommit
Output only. Whether the client requested the conversion workspace to be committed after a successful completion of the job.
var
bool
$this
getSeedJobDetails
Output only. Seed job details.
hasSeedJobDetails
setSeedJobDetails
Output only. Seed job details.
$this
getImportRulesJobDetails
Output only. Import rules job details.
hasImportRulesJobDetails
setImportRulesJobDetails
Output only. Import rules job details.
$this
getConvertJobDetails
Output only. Convert job details.
hasConvertJobDetails
setConvertJobDetails
Output only. Convert job details.
$this
getApplyJobDetails
Output only. Apply job details.
hasApplyJobDetails
setApplyJobDetails
Output only. Apply job details.
$this
getJobDetails
string