Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class ListTagsResponse.
Response message for ListTags.
Generated from protobuf message google.cloud.datacatalog.v1.ListTagsResponse
Namespace
Google \ Cloud \ DataCatalog \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ tags |
array<Tag>
Tag details. |
↳ next_page_token |
string
Pagination token of the next results page. Empty if there are no more items in results. |
getTags
Tag details.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<Tag> |
|
setTags
Tag details.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Tag>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
Pagination token of the next results page. Empty if there are no more items in results.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
Pagination token of the next results page. Empty if there are no more items in results.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|