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

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

Routine creation event.

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

Namespace

Google \ Cloud \ Audit \ BigQueryAuditMetadata

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ routine Google\Cloud\Audit\BigQueryAuditMetadata\Routine

Created routine.

↳ reason int

Describes how the routine was created.

↳ job_name string

The URI of the job that created the routine. Format: projects/<project_id>/jobs/<job_id>.

getRoutine

Created routine.

Returns
TypeDescription
Google\Cloud\Audit\BigQueryAuditMetadata\Routine|null

hasRoutine

clearRoutine

setRoutine

Created routine.

Parameter
NameDescription
var Google\Cloud\Audit\BigQueryAuditMetadata\Routine
Returns
TypeDescription
$this

getReason

Describes how the routine was created.

Returns
TypeDescription
int

setReason

Describes how the routine was created.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getJobName

The URI of the job that created the routine.

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

Returns
TypeDescription
string

setJobName

The URI of the job that created the routine.

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this