Class: Google::Cloud::Dataform::V1beta1::DeleteWorkflowInvocationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1beta1::DeleteWorkflowInvocationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1beta1/dataform.rb
Overview
DeleteWorkflowInvocation
request message.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The workflow invocation resource's name.
1858 1859 1860 1861 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1858 class DeleteWorkflowInvocationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |