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/*
.
1849 1850 1851 1852 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1849 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.
1849 1850 1851 1852 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1849 class CreateWorkflowInvocationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |