Common Protos for Google Cloud APIs Client - Class JobDeletion (0.4.2)

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

Job deletion event.

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

Namespace

Google \ Cloud \ Audit \ BigQueryAuditMetadata

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ job_name string

Job URI. Format: projects/<project_id>/jobs/<job_id>.

↳ reason int

Describes how the job was deleted.

getJobName

Job URI.

Format: projects/<project_id>/jobs/<job_id>.

Returns
TypeDescription
string

setJobName

Job URI.

Format: projects/<project_id>/jobs/<job_id>.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getReason

Describes how the job was deleted.

Returns
TypeDescription
int

setReason

Describes how the job was deleted.

Parameter
NameDescription
var int
Returns
TypeDescription
$this