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