Reference documentation and code samples for the Google Cloud Dataplex V1 Client class ListEntriesResponse.
Generated from protobuf message google.cloud.dataplex.v1.ListEntriesResponse
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ entries |
array<Google\Cloud\Dataplex\V1\Entry>
The list of entries. |
↳ next_page_token |
string
Pagination token. |
getEntries
The list of entries.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setEntries
The list of entries.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Cloud\Dataplex\V1\Entry>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
Pagination token.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
Pagination token.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|