Google Cloud BigQuery Data Policies V1beta1 Client - Class DeleteDataPolicyRequest (0.3.3)

Reference documentation and code samples for the Google Cloud BigQuery Data Policies V1beta1 Client class DeleteDataPolicyRequest.

Request message for the DeleteDataPolicy method.

Generated from protobuf message google.cloud.bigquery.datapolicies.v1beta1.DeleteDataPolicyRequest

Namespace

Google \ Cloud \ BigQuery \ DataPolicies \ V1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. Resource name of the data policy to delete. Format is projects/{project_number}/locations/{location_id}/dataPolicies/{data_policy_id}.

getName

Required. Resource name of the data policy to delete. Format is projects/{project_number}/locations/{location_id}/dataPolicies/{data_policy_id}.

Returns
TypeDescription
string

setName

Required. Resource name of the data policy to delete. Format is projects/{project_number}/locations/{location_id}/dataPolicies/{data_policy_id}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this