Google Cloud Dataplex V1 Client - Class ListMetadataJobsResponse (1.12.0)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class ListMetadataJobsResponse.

List metadata jobs response.

Generated from protobuf message google.cloud.dataplex.v1.ListMetadataJobsResponse

Namespace

Google \ Cloud \ Dataplex \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ metadata_jobs array<MetadataJob>

Metadata jobs 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_locations string[]

Locations that the service couldn't reach.

getMetadataJobs

Metadata jobs under the specified parent location.

Returns
Type Description
Google\Protobuf\RepeatedField<MetadataJob>

setMetadataJobs

Metadata jobs under the specified parent location.

Parameter
Name Description
var array<MetadataJob>
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

getUnreachableLocations

Locations that the service couldn't reach.

Returns
Type Description
Google\Protobuf\RepeatedField<string>

setUnreachableLocations

Locations that the service couldn't reach.

Parameter
Name Description
var string[]
Returns
Type Description
$this