Google Cloud Dataplex V1 Client - Class ListMetadataFeedsResponse (1.12.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ metadata_feeds array<MetadataFeed>

List of metadata feeds under the specified parent location.

↳ 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.

Returns
Type Description
Google\Protobuf\RepeatedField<MetadataFeed>

setMetadataFeeds

List of metadata feeds under the specified parent location.

Parameter
Name Description
var array<MetadataFeed>
Returns
Type Description
$this

getNextPageToken

A token to retrieve the next page of results. If there are no more results in the list, the value is empty.

Returns
Type Description
string

setNextPageToken

A token to retrieve the next page of results. If there are no more results in the list, the value is empty.

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