Reference documentation and code samples for the Workflows Executions V1 API module Google::Cloud::Workflows::Executions::V1::Executions::Paths.
Path helper methods for the Executions API.
Methods
#execution_path
def execution_path(project:, location:, workflow:, execution:) -> ::String
Create a fully-qualified Execution resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}
- project (String)
- location (String)
- workflow (String)
- execution (String)
- (::String)
- (::ArgumentError)
#workflow_path
def workflow_path(project:, location:, workflow:) -> ::String
Create a fully-qualified Workflow resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/workflows/{workflow}
- project (String)
- location (String)
- workflow (String)
- (::String)
- (::ArgumentError)