Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class ListEntryGroupsResponse.
Response message for ListEntryGroups.
Generated from protobuf message google.cloud.datacatalog.v1.ListEntryGroupsResponse
Namespace
Google \ Cloud \ DataCatalog \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ entry_groups |
array<Google\Cloud\DataCatalog\V1\EntryGroup>
Entry group details. |
↳ next_page_token |
string
Pagination token to specify in the next call to retrieve the next page of results. Empty if there are no more items. |
getEntryGroups
Entry group details.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setEntryGroups
Entry group details.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\DataCatalog\V1\EntryGroup>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
Pagination token to specify in the next call to retrieve the next page of results. Empty if there are no more items.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
Pagination token to specify in the next call to retrieve the next page of results. Empty if there are no more items.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |