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 \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ policy_tags |
array<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 | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<PolicyTag> |
|
setPolicyTags
The policy tags that belong to the taxonomy.
| Parameter | |
|---|---|
| Name | Description |
var |
array<PolicyTag>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
Pagination token of the next results page. Empty if there are no more results in the list.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
Pagination token of the next results page. Empty if there are no more results in the list.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|