Reference documentation and code samples for the Common Protos for Google Cloud APIs Client class RowAccessPolicyChange.
Row access policy change event.
Generated from protobuf message google.cloud.audit.BigQueryAuditMetadata.RowAccessPolicyChange
Namespace
Google \ Cloud \ Audit \ BigQueryAuditMetadataMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ row_access_policy |
Google\Cloud\Audit\BigQueryAuditMetadata\RowAccessPolicy
The row access policy that was changed by this event. |
↳ job_name |
string
The URI of the job that created this row access policy. Format: |
getRowAccessPolicy
The row access policy that was changed by this event.
Returns | |
---|---|
Type | Description |
Google\Cloud\Audit\BigQueryAuditMetadata\RowAccessPolicy|null |
hasRowAccessPolicy
clearRowAccessPolicy
setRowAccessPolicy
The row access policy that was changed by this event.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Audit\BigQueryAuditMetadata\RowAccessPolicy
|
Returns | |
---|---|
Type | Description |
$this |
getJobName
The URI of the job that created this row access policy.
Format: projects/<project_id>/jobs/<job_id>
.
Returns | |
---|---|
Type | Description |
string |
setJobName
The URI of the job that created this row access policy.
Format: projects/<project_id>/jobs/<job_id>
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |