Reference documentation and code samples for the Google Cloud BigQuery Data Policies V1beta1 Client class ListDataPoliciesResponse.
Response message for the ListDataPolicies method.
Generated from protobuf message google.cloud.bigquery.datapolicies.v1beta1.ListDataPoliciesResponse
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ data_policies |
array<Google\Cloud\BigQuery\DataPolicies\V1beta1\DataPolicy>
Data policies that belong to the requested project. |
↳ next_page_token |
string
Token used to retrieve the next page of results, or empty if there are no more results. |
getDataPolicies
Data policies that belong to the requested project.
Generated from protobuf field repeated .google.cloud.bigquery.datapolicies.v1beta1.DataPolicy data_policies = 1;
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setDataPolicies
Data policies that belong to the requested project.
Generated from protobuf field repeated .google.cloud.bigquery.datapolicies.v1beta1.DataPolicy data_policies = 1;
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Cloud\BigQuery\DataPolicies\V1beta1\DataPolicy>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
Token used to retrieve the next page of results, or empty if there are no more results.
Generated from protobuf field string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
Token used to retrieve the next page of results, or empty if there are no more results.
Generated from protobuf field string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|