Class: Google::Cloud::Dataform::V1beta1::CreateWorkflowInvocationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1beta1::CreateWorkflowInvocationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1beta1/dataform.rb
Overview
CreateWorkflowInvocation request message.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#workflow_invocation ⇒ ::Google::Cloud::Dataform::V1beta1::WorkflowInvocation
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The repository in which to create the workflow invocation. Must be in the
format projects/*/locations/*/repositories/*.
1227 1228 1229 1230 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1227 class CreateWorkflowInvocationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#workflow_invocation ⇒ ::Google::Cloud::Dataform::V1beta1::WorkflowInvocation
Returns Required. The workflow invocation resource to create.
1227 1228 1229 1230 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1227 class CreateWorkflowInvocationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |