Reference documentation and code samples for the Workflows V1beta API module Google::Cloud::Workflows::V1beta::Workflows::Paths.
Path helper methods for the Workflows API.
Included In
Methods
#location_path
def location_path(project:, location:) -> ::StringCreate a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)
#workflow_path
def workflow_path(project:, location:, workflow:) -> ::StringCreate 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)