Reference documentation and code samples for the Dataform V1beta1 API module Google::Cloud::Dataform::V1beta1::Dataform::Paths.
Path helper methods for the Dataform API.
Methods
#compilation_result_path
def compilation_result_path(project:, location:, repository:, compilation_result:) -> ::String
Create a fully-qualified CompilationResult resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/repositories/{repository}/compilationResults/{compilation_result}
- project (String)
- location (String)
- repository (String)
- compilation_result (String)
- (::String)
- (::ArgumentError)
#location_path
def location_path(project:, location:) -> ::String
Create a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)
#release_config_path
def release_config_path(project:, location:, repository:, release_config:) -> ::String
Create a fully-qualified ReleaseConfig resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/repositories/{repository}/releaseConfigs/{release_config}
- project (String)
- location (String)
- repository (String)
- release_config (String)
- (::String)
- (::ArgumentError)
#repository_path
def repository_path(project:, location:, repository:) -> ::String
Create a fully-qualified Repository resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/repositories/{repository}
- project (String)
- location (String)
- repository (String)
- (::String)
- (::ArgumentError)
#secret_version_path
def secret_version_path(project:, secret:, version:) -> ::String
Create a fully-qualified SecretVersion resource string.
The resource will be in the following format:
projects/{project}/secrets/{secret}/versions/{version}
- project (String)
- secret (String)
- version (String)
- (::String)
- (::ArgumentError)
#workflow_config_path
def workflow_config_path(project:, location:, repository:, workflow_config:) -> ::String
Create a fully-qualified WorkflowConfig resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/repositories/{repository}/workflowConfigs/{workflow_config}
- project (String)
- location (String)
- repository (String)
- workflow_config (String)
- (::String)
- (::ArgumentError)
#workflow_invocation_path
def workflow_invocation_path(project:, location:, repository:, workflow_invocation:) -> ::String
Create a fully-qualified WorkflowInvocation resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/repositories/{repository}/workflowInvocations/{workflow_invocation}
- project (String)
- location (String)
- repository (String)
- workflow_invocation (String)
- (::String)
- (::ArgumentError)
#workspace_path
def workspace_path(project:, location:, repository:, workspace:) -> ::String
Create a fully-qualified Workspace resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/repositories/{repository}/workspaces/{workspace}
- project (String)
- location (String)
- repository (String)
- workspace (String)
- (::String)
- (::ArgumentError)