Reference documentation and code samples for the Google Cloud BigQuery Data Policies V1 Client class CreateDataPolicyRequest.
Request message for the CreateDataPolicy method.
Generated from protobuf message google.cloud.bigquery.datapolicies.v1.CreateDataPolicyRequest
Namespace
Google \ Cloud \ BigQuery \ DataPolicies \ V1Methods
__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 |
↳ data_policy |
DataPolicy
Required. The data policy to create. The |
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 |
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 |
DataPolicy
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
parent |
string
Required. Resource name of the project that the data policy will belong to.
The format is |
dataPolicy |
DataPolicy
Required. The data policy to create. The |
| Returns | |
|---|---|
| Type | Description |
CreateDataPolicyRequest |
|