Google Cloud BigQuery Data Policies V1beta1 Client - Class CreateDataPolicyRequest (0.5.4)

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

Request message for the CreateDataPolicy method.

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

Namespace

Google \ Cloud \ BigQuery \ DataPolicies \ V1beta1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. Resource name of the project that the data policy will belong to. The format is projects/{project_number}/locations/{location_id}.

↳ data_policy Google\Cloud\BigQuery\DataPolicies\V1beta1\DataPolicy

Required. The data policy to create. The name field does not need to be provided for the data policy creation.

getParent

Required. Resource name of the project that the data policy will belong to. The format is projects/{project_number}/locations/{location_id}.

Returns
Type Description
string

setParent

Required. Resource name of the project that the data policy will belong to. The format is projects/{project_number}/locations/{location_id}.

Parameter
Name Description
var string
Returns
Type Description
$this

getDataPolicy

Required. The data policy to create. The name field does not need to be provided for the data policy creation.

Returns
Type Description
Google\Cloud\BigQuery\DataPolicies\V1beta1\DataPolicy|null

hasDataPolicy

clearDataPolicy

setDataPolicy

Required. The data policy to create. The name field does not need to be provided for the data policy creation.

Parameter
Name Description
var Google\Cloud\BigQuery\DataPolicies\V1beta1\DataPolicy
Returns
Type Description
$this