Reference documentation and code samples for the Common Protos for Google Cloud APIs Client class JobInsertion.
Job insertion event.
Generated from protobuf message google.cloud.audit.BigQueryAuditMetadata.JobInsertion
Namespace
Google \ Cloud \ Audit \ BigQueryAuditMetadataMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ job |
Google\Cloud\Audit\BigQueryAuditMetadata\Job
Job metadata. |
↳ reason |
int
Describes how the job was inserted. |
getJob
Job metadata.
Returns | |
---|---|
Type | Description |
Google\Cloud\Audit\BigQueryAuditMetadata\Job|null |
hasJob
clearJob
setJob
Job metadata.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Audit\BigQueryAuditMetadata\Job
|
Returns | |
---|---|
Type | Description |
$this |
getReason
Describes how the job was inserted.
Returns | |
---|---|
Type | Description |
int |
setReason
Describes how the job was inserted.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |