Class: Google::Cloud::Dataplex::V1::GetMetadataJobRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::GetMetadataJobRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/catalog.rb
Overview
Get metadata job request.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the metadata job, in the format projects/{project_id_or_number}/locations/{location_id}/metadataJobs/{metadata_job_id}
.
1208 1209 1210 1211 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1208 class GetMetadataJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |