Class: Google::Cloud::DataCatalog::Lineage::V1::DeleteProcessRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::Lineage::V1::DeleteProcessRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb
Overview
Request message for [DeleteProcess][google.cloud.datacatalog.lineage.v1.DeleteProcess].
Instance Attribute Summary collapse
-
#allow_missing ⇒ ::Boolean
If set to true and the process is not found, the request succeeds but the server doesn't perform any actions.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#allow_missing ⇒ ::Boolean
Returns If set to true and the process is not found, the request succeeds but the server doesn't perform any actions.
368 369 370 371 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 368 class DeleteProcessRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The name of the process to delete.
368 369 370 371 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 368 class DeleteProcessRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |