Google Cloud Dataplex V1 Client - Class ListMetadataJobsResponse (1.3.0)
Stay organized with collections
Save and categorize content based on your preferences.
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 \ V1Methods
__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 |
array
Locations that the service couldn't reach. |
getMetadataJobs
Metadata jobs under the specified parent location.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
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\Internal\RepeatedField |
|
setUnreachableLocations
Locations that the service couldn't reach.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|