Google Cloud Data Catalog V1 Client - Class ListEntriesResponse (1.10.1)

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

Response message for ListEntries.

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

Namespace

Google \ Cloud \ DataCatalog \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ entries array<Google\Cloud\DataCatalog\V1\Entry>

Entry details.

↳ next_page_token string

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

getEntries

Entry details.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setEntries

Entry details.

Parameter
Name Description
var array<Google\Cloud\DataCatalog\V1\Entry>
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