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>
Returns Metadata jobs under the specified parent location.
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.
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.
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 |