Class: Google::Cloud::Dataplex::V1::ListMetadataJobsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::ListMetadataJobsResponse
- 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
-
#metadata_jobs ⇒ ::Array<::Google::Cloud::Dataplex::V1::MetadataJob>
Metadata jobs under the specified parent location.
-
#next_page_token ⇒ ::String
A token to retrieve the next page of results.
-
#unreachable_locations ⇒ ::Array<::String>
Locations that the service couldn't reach.
Instance Attribute Details
#metadata_jobs ⇒ ::Array<::Google::Cloud::Dataplex::V1::MetadataJob>
1298 1299 1300 1301 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1298 class ListMetadataJobsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
1298 1299 1300 1301 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1298 class ListMetadataJobsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable_locations ⇒ ::Array<::String>
1298 1299 1300 1301 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1298 class ListMetadataJobsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |