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
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 rename. The format is |
↳ 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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNewDataPolicyId
Required. The new data policy id.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNewDataPolicyId
Required. The new data policy id.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|