Reference documentation and code samples for the Google Cloud Dataplex V1 Client class ListDataAssetsResponse.
Response message for listing data assets.
Generated from protobuf message google.cloud.dataplex.v1.ListDataAssetsResponse
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ data_assets |
array<DataAsset>
The data assets for the requested filter criteria. |
↳ next_page_token |
string
A token, which can be sent as |
getDataAssets
The data assets for the requested filter criteria.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<DataAsset> |
|
setDataAssets
The data assets for the requested filter criteria.
| Parameter | |
|---|---|
| Name | Description |
var |
array<DataAsset>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
A token, which can be sent as page_token to retrieve the next page.
If this field is empty, then there are no subsequent pages.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
A token, which can be sent as page_token to retrieve the next page.
If this field is empty, then there are no subsequent pages.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|