Google Cloud BigQuery Data Policies V1beta1 Client - Class ListDataPoliciesResponse (0.5.3)

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

Namespace

Google \ Cloud \ BigQuery \ DataPolicies \ V1beta1

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.

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\V1beta1\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