Dataplex V1 API - Class Google::Cloud::Dataplex::V1::ListMetadataJobsResponse (v1.2.0)

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

List metadata jobs response.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#metadata_jobs

def metadata_jobs() -> ::Array<::Google::Cloud::Dataplex::V1::MetadataJob>
Returns

#metadata_jobs=

def metadata_jobs=(value) -> ::Array<::Google::Cloud::Dataplex::V1::MetadataJob>
Parameter
Returns

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — A token to retrieve the next page of results. If there are no more results in the list, the value is empty.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — A token to retrieve the next page of results. If there are no more results in the list, the value is empty.
Returns
  • (::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

def unreachable_locations() -> ::Array<::String>
Returns
  • (::Array<::String>) — Locations that the service couldn't reach.

#unreachable_locations=

def unreachable_locations=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Locations that the service couldn't reach.
Returns
  • (::Array<::String>) — Locations that the service couldn't reach.