Reference documentation and code samples for the Common Protos for Google Cloud APIs Client class RoutineChange.
Routine change event.
Generated from protobuf message google.cloud.audit.BigQueryAuditMetadata.RoutineChange
Namespace
Google \ Cloud \ Audit \ BigQueryAuditMetadataMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ routine |
Google\Cloud\Audit\BigQueryAuditMetadata\Routine
Updated routine. |
↳ reason |
int
Describes how the routine was updated. |
↳ job_name |
string
The URI of the job that updated the routine. Format: |
getRoutine
Updated routine.
Returns | |
---|---|
Type | Description |
Google\Cloud\Audit\BigQueryAuditMetadata\Routine|null |
hasRoutine
clearRoutine
setRoutine
Updated routine.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Audit\BigQueryAuditMetadata\Routine
|
Returns | |
---|---|
Type | Description |
$this |
getReason
Describes how the routine was updated.
Returns | |
---|---|
Type | Description |
int |
setReason
Describes how the routine was updated.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getJobName
The URI of the job that updated the routine.
Format: projects/<project_id>/jobs/<job_id>
.
Returns | |
---|---|
Type | Description |
string |
setJobName
The URI of the job that updated the routine.
Format: projects/<project_id>/jobs/<job_id>
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |