Reference documentation and code samples for the Google Cloud Dataplex V1 Client class ListMetadataFeedsResponse.
Response message for ListMetadataFeeds.
Generated from protobuf message google.cloud.dataplex.v1.ListMetadataFeedsResponse
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ metadata_feeds
↳ next_page_token
string
A token to retrieve the next page of results. If there are no more results in the list, the value is empty.
↳ unreachable
string[]
Unordered list. Locations that the service couldn't reach.
getMetadataFeeds
List of metadata feeds under the specified parent location.
setMetadataFeeds
List of metadata feeds under the specified parent location.
$this
getNextPageToken
A token to retrieve the next page of results. If there are no more results in the list, the value is empty.
string
setNextPageToken
A token to retrieve the next page of results. If there are no more results in the list, the value is empty.
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

