Google Cloud Data Catalog V1 Client - Class ListEntryGroupsResponse (1.4.2)

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

Methods

__construct

Constructor.

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

setEntryGroups

Entry group details.

Parameter
NameDescription
var array<Google\Cloud\DataCatalog\V1\EntryGroup>
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this