Google Cloud BigQuery Data Policies V1 Client - Class ListDataPoliciesResponse (0.4.1)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setDataPolicies

Data policies that belong to the requested project.

Parameter
NameDescription
var array<Google\Cloud\BigQuery\DataPolicies\V1\DataPolicy>
Returns
TypeDescription
$this

getNextPageToken

Token used to retrieve the next page of results, or empty if there are no more results.

Returns
TypeDescription
string

setNextPageToken

Token used to retrieve the next page of results, or empty if there are no more results.

Parameter
NameDescription
var string
Returns
TypeDescription
$this