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