Reference documentation and code samples for the Google Cloud BigQuery Data Policies V1 Client class GetDataPolicyRequest.
Request message for the GetDataPolicy method.
Generated from protobuf message google.cloud.bigquery.datapolicies.v1.GetDataPolicyRequest
Namespace
Google \ Cloud \ BigQuery \ DataPolicies \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. Resource name of the requested data policy. Format is |
getName
Required. Resource name of the requested data policy. Format is
projects/{project_number}/locations/{location_id}/dataPolicies/{data_policy_id}.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. Resource name of the requested data policy. Format is
projects/{project_number}/locations/{location_id}/dataPolicies/{data_policy_id}.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. Resource name of the requested data policy. Format is
|
| Returns | |
|---|---|
| Type | Description |
GetDataPolicyRequest |
|