Google Cloud BigQuery Data Policies V1 Client - Class RenameDataPolicyRequest (0.4.1)

Reference documentation and code samples for the Google Cloud BigQuery Data Policies V1 Client class RenameDataPolicyRequest.

Request message for the RenameDataPolicy method.

Generated from protobuf message google.cloud.bigquery.datapolicies.v1.RenameDataPolicyRequest

Namespace

Google \ Cloud \ BigQuery \ DataPolicies \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. Resource name of the data policy to rename. The format is projects/{project_number}/locations/{location_id}/dataPolicies/{data_policy_id}

↳ new_data_policy_id string

Required. The new data policy id.

getName

Required. Resource name of the data policy to rename. The format is projects/{project_number}/locations/{location_id}/dataPolicies/{data_policy_id}

Returns
TypeDescription
string

setName

Required. Resource name of the data policy to rename. The format is projects/{project_number}/locations/{location_id}/dataPolicies/{data_policy_id}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getNewDataPolicyId

Required. The new data policy id.

Returns
TypeDescription
string

setNewDataPolicyId

Required. The new data policy id.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
name string

Required. Resource name of the data policy to rename. The format is projects/{project_number}/locations/{location_id}/dataPolicies/{data_policy_id}

newDataPolicyId string

Required. The new data policy id.

Returns
TypeDescription
Google\Cloud\BigQuery\DataPolicies\V1\RenameDataPolicyRequest