Reference documentation and code samples for the Common Protos for Google Cloud APIs Client class TableCreation.
Table creation event.
Generated from protobuf message google.cloud.audit.BigQueryAuditMetadata.TableCreation
Namespace
Google \ Cloud \ Audit \ BigQueryAuditMetadataMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ table | TableTable metadata. | 
| ↳ reason | intDescribes how the table was created. | 
| ↳ job_name | stringThe URI of the job that created a table. Present if the reason is JOB or QUERY. Format:  | 
getTable
Table metadata.
| Returns | |
|---|---|
| Type | Description | 
| Table|null | |
hasTable
clearTable
setTable
Table metadata.
| Parameter | |
|---|---|
| Name | Description | 
| var | Table | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getReason
Describes how the table was created.
| Returns | |
|---|---|
| Type | Description | 
| int | Enum of type Reason. | 
setReason
Describes how the table was created.
| Parameter | |
|---|---|
| Name | Description | 
| var | intEnum of type Reason. | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getJobName
The URI of the job that created a table.
Present if the reason is JOB or QUERY.
Format: projects/<project_id>/jobs/<job_id>.
| Returns | |
|---|---|
| Type | Description | 
| string | |
setJobName
The URI of the job that created a table.
Present if the reason is JOB or QUERY.
Format: projects/<project_id>/jobs/<job_id>.
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |