Dataform V1beta1 API - Module Google::Cloud::Dataform::V1beta1::Dataform::Paths (v0.7.0)

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}

Parameters
  • project (String)
  • location (String)
  • repository (String)
  • compilation_result (String)
Returns
  • (::String)
Raises
  • (::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}

Parameters
  • project (String)
  • location (String)
Returns
  • (::String)
Raises
  • (::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}

Parameters
  • project (String)
  • location (String)
  • repository (String)
  • release_config (String)
Returns
  • (::String)
Raises
  • (::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}

Parameters
  • project (String)
  • location (String)
  • repository (String)
Returns
  • (::String)
Raises
  • (::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}

Parameters
  • project (String)
  • secret (String)
  • version (String)
Returns
  • (::String)
Raises
  • (::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}

Parameters
  • project (String)
  • location (String)
  • repository (String)
  • workflow_config (String)
Returns
  • (::String)
Raises
  • (::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}

Parameters
  • project (String)
  • location (String)
  • repository (String)
  • workflow_invocation (String)
Returns
  • (::String)
Raises
  • (::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}

Parameters
  • project (String)
  • location (String)
  • repository (String)
  • workspace (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)