Reference documentation and code samples for the Google Cloud Dataplex V1 Client class ListDataProductsResponse.
Response message for listing data products.
Generated from protobuf message google.cloud.dataplex.v1.ListDataProductsResponse
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ data_products |
array<DataProduct>
The data products for the requested filter criteria. |
↳ next_page_token |
string
A token, which can be sent as |
↳ unreachable |
string[]
Unordered list. Locations that the service couldn't reach. |
getDataProducts
The data products for the requested filter criteria.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<DataProduct> |
|
setDataProducts
The data products for the requested filter criteria.
| Parameter | |
|---|---|
| Name | Description |
var |
array<DataProduct>
|
| 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 |
|
getUnreachable
Unordered list. Locations that the service couldn't reach.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<string> |
|
setUnreachable
Unordered list. Locations that the service couldn't reach.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|