Google Cloud BigQuery Data Policies V1beta1 Client - Class CreateDataPolicyRequest (0.2.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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this

getDataPolicy

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

Returns
TypeDescription
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
NameDescription
var Google\Cloud\BigQuery\DataPolicies\V1beta1\DataPolicy
Returns
TypeDescription
$this