Reference documentation and code samples for the Google Cloud BigQuery Data Policies V1 Client class DeleteDataPolicyRequest.
Request message for the DeleteDataPolicy method.
Generated from protobuf message google.cloud.bigquery.datapolicies.v1.DeleteDataPolicyRequest
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. Resource name of the data policy to delete. Format is |
getName
Required. Resource name of the data policy to delete. Format is
projects/{project_number}/locations/{location_id}/dataPolicies/{data_policy_id}
.
Returns | |
---|---|
Type | Description |
string |
setName
Required. Resource name of the data policy to delete. Format is
projects/{project_number}/locations/{location_id}/dataPolicies/{data_policy_id}
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |