Common Protos for Google Cloud APIs Client - Class JobStatus (0.5.1)

Reference documentation and code samples for the Common Protos for Google Cloud APIs Client class JobStatus.

Status of a job.

Generated from protobuf message google.cloud.audit.BigQueryAuditMetadata.JobStatus

Namespace

Google \ Cloud \ Audit \ BigQueryAuditMetadata

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ job_state int

State of the job.

↳ error_result Google\Rpc\Status

Job error, if the job failed.

↳ errors array<Google\Rpc\Status>

Errors encountered during the running of the job. Does not necessarily mean that the job has completed or was unsuccessful.

getJobState

State of the job.

Returns
Type Description
int

setJobState

State of the job.

Parameter
Name Description
var int
Returns
Type Description
$this

getErrorResult

Job error, if the job failed.

Returns
Type Description
Google\Rpc\Status|null

hasErrorResult

clearErrorResult

setErrorResult

Job error, if the job failed.

Parameter
Name Description
var Google\Rpc\Status
Returns
Type Description
$this

getErrors

Errors encountered during the running of the job. Does not necessarily mean that the job has completed or was unsuccessful.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setErrors

Errors encountered during the running of the job. Does not necessarily mean that the job has completed or was unsuccessful.

Parameter
Name Description
var array<Google\Rpc\Status>
Returns
Type Description
$this