Google Cloud Data Catalog V1 Client - Class ListPolicyTagsResponse (1.5.1)

Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class ListPolicyTagsResponse.

Response message for ListPolicyTags.

Generated from protobuf message google.cloud.datacatalog.v1.ListPolicyTagsResponse

Namespace

Google \ Cloud \ DataCatalog \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ policy_tags array<Google\Cloud\DataCatalog\V1\PolicyTag>

The policy tags that belong to the taxonomy.

↳ next_page_token string

Pagination token of the next results page. Empty if there are no more results in the list.

getPolicyTags

The policy tags that belong to the taxonomy.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setPolicyTags

The policy tags that belong to the taxonomy.

Parameter
NameDescription
var array<Google\Cloud\DataCatalog\V1\PolicyTag>
Returns
TypeDescription
$this

getNextPageToken

Pagination token of the next results page. Empty if there are no more results in the list.

Returns
TypeDescription
string

setNextPageToken

Pagination token of the next results page. Empty if there are no more results in the list.

Parameter
NameDescription
var string
Returns
TypeDescription
$this