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
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ data_policies |
array<Google\Cloud\BigQuery\DataPolicies\V1\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<Google\Cloud\BigQuery\DataPolicies\V1\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 |