Class: Google::Cloud::Dataplex::V1::ListMetadataJobsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataplex/v1/catalog.rb

Overview

List metadata jobs response.

Instance Attribute Summary collapse

Instance Attribute Details

#metadata_jobs::Array<::Google::Cloud::Dataplex::V1::MetadataJob>

Returns Metadata jobs under the specified parent location.

Returns:



1260
1261
1262
1263
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1260

class ListMetadataJobsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#next_page_token::String

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



1260
1261
1262
1263
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1260

class ListMetadataJobsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#unreachable_locations::Array<::String>

Returns Locations that the service couldn't reach.

Returns:

  • (::Array<::String>)

    Locations that the service couldn't reach.



1260
1261
1262
1263
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1260

class ListMetadataJobsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end