Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::CreateWorkflowInvocationRequest.
CreateWorkflowInvocation
request message.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The repository in which to create the workflow invocation. Must be in the
format
projects/*/locations/*/repositories/*
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The repository in which to create the workflow invocation. Must be in the
format
projects/*/locations/*/repositories/*
.
Returns
-
(::String) — Required. The repository in which to create the workflow invocation. Must be in the
format
projects/*/locations/*/repositories/*
.
#workflow_invocation
def workflow_invocation() -> ::Google::Cloud::Dataform::V1beta1::WorkflowInvocation
Returns
- (::Google::Cloud::Dataform::V1beta1::WorkflowInvocation) — Required. The workflow invocation resource to create.
#workflow_invocation=
def workflow_invocation=(value) -> ::Google::Cloud::Dataform::V1beta1::WorkflowInvocation
Parameter
- value (::Google::Cloud::Dataform::V1beta1::WorkflowInvocation) — Required. The workflow invocation resource to create.
Returns
- (::Google::Cloud::Dataform::V1beta1::WorkflowInvocation) — Required. The workflow invocation resource to create.