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.
data
array
Optional. Data for populating the Message object.
↳ data_products
↳ next_page_token
string
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.
↳ unreachable
string[]
Unordered list. Locations that the service couldn't reach.
getDataProducts
The data products for the requested filter criteria.
setDataProducts
The data products for the requested filter criteria.
$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.
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.
var
string
$this
getUnreachable
Unordered list. Locations that the service couldn't reach.
setUnreachable
Unordered list. Locations that the service couldn't reach.
var
string[]
$this

