Dataform V1 API - Module Google::Cloud::Dataform::V1::Dataform::Paths (v0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Dataform V1 API module Google::Cloud::Dataform::V1::Dataform::Paths.
Path helper methods for the Dataform API.
Methods
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)
def config_path(project:, location:) -> ::String
Create a fully-qualified Config resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/config
Parameters
-
project (String)
-
location (String)
def crypto_key_path(project:, location:, key_ring:, crypto_key:) -> ::String
Create a fully-qualified CryptoKey resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}
Parameters
-
project (String)
-
location (String)
-
key_ring (String)
-
crypto_key (String)
def crypto_key_version_path(project:, location:, key_ring:, crypto_key:, crypto_key_version:) -> ::String
Create a fully-qualified CryptoKeyVersion resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}/cryptoKeyVersions/{crypto_key_version}
Parameters
-
project (String)
-
location (String)
-
key_ring (String)
-
crypto_key (String)
-
crypto_key_version (String)
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)
def notebook_runtime_template_path(project:, location:, notebook_runtime_template:) -> ::String
Create a fully-qualified NotebookRuntimeTemplate resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/notebookRuntimeTemplates/{notebook_runtime_template}
Parameters
-
project (String)
-
location (String)
-
notebook_runtime_template (String)
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)
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)
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)
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)
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)
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)
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-03 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-03 UTC."],[],[],null,["# Dataform V1 API - Module Google::Cloud::Dataform::V1::Dataform::Paths (v0.1.0)\n\nReference documentation and code samples for the Dataform V1 API module Google::Cloud::Dataform::V1::Dataform::Paths.\n\nPath helper methods for the Dataform API. \n\nExtended By\n-----------\n\n- [Google::Cloud::Dataform::V1::Dataform::Paths](./Google-Cloud-Dataform-V1-Dataform-Paths)\n\nMethods\n-------\n\n### #compilation_result_path\n\n def compilation_result_path(project:, location:, repository:, compilation_result:) -\u003e ::String\n\nCreate a fully-qualified CompilationResult resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/repositories/{repository}/compilationResults/{compilation_result}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **repository** (String)\n- **compilation_result** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #config_path\n\n def config_path(project:, location:) -\u003e ::String\n\nCreate a fully-qualified Config resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/config` \n**Parameters**\n\n- **project** (String)\n- **location** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #crypto_key_path\n\n def crypto_key_path(project:, location:, key_ring:, crypto_key:) -\u003e ::String\n\nCreate a fully-qualified CryptoKey resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **key_ring** (String)\n- **crypto_key** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #crypto_key_version_path\n\n def crypto_key_version_path(project:, location:, key_ring:, crypto_key:, crypto_key_version:) -\u003e ::String\n\nCreate a fully-qualified CryptoKeyVersion resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}/cryptoKeyVersions/{crypto_key_version}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **key_ring** (String)\n- **crypto_key** (String)\n- **crypto_key_version** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #location_path\n\n def location_path(project:, location:) -\u003e ::String\n\nCreate a fully-qualified Location resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}` \n**Parameters**\n\n- **project** (String)\n- **location** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #notebook_runtime_template_path\n\n def notebook_runtime_template_path(project:, location:, notebook_runtime_template:) -\u003e ::String\n\nCreate a fully-qualified NotebookRuntimeTemplate resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/notebookRuntimeTemplates/{notebook_runtime_template}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **notebook_runtime_template** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #release_config_path\n\n def release_config_path(project:, location:, repository:, release_config:) -\u003e ::String\n\nCreate a fully-qualified ReleaseConfig resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/repositories/{repository}/releaseConfigs/{release_config}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **repository** (String)\n- **release_config** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #repository_path\n\n def repository_path(project:, location:, repository:) -\u003e ::String\n\nCreate a fully-qualified Repository resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/repositories/{repository}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **repository** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #secret_version_path\n\n def secret_version_path(project:, secret:, version:) -\u003e ::String\n\nCreate a fully-qualified SecretVersion resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/secrets/{secret}/versions/{version}` \n**Parameters**\n\n- **project** (String)\n- **secret** (String)\n- **version** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #workflow_config_path\n\n def workflow_config_path(project:, location:, repository:, workflow_config:) -\u003e ::String\n\nCreate a fully-qualified WorkflowConfig resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/repositories/{repository}/workflowConfigs/{workflow_config}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **repository** (String)\n- **workflow_config** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #workflow_invocation_path\n\n def workflow_invocation_path(project:, location:, repository:, workflow_invocation:) -\u003e ::String\n\nCreate a fully-qualified WorkflowInvocation resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/repositories/{repository}/workflowInvocations/{workflow_invocation}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **repository** (String)\n- **workflow_invocation** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #workspace_path\n\n def workspace_path(project:, location:, repository:, workspace:) -\u003e ::String\n\nCreate a fully-qualified Workspace resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/repositories/{repository}/workspaces/{workspace}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **repository** (String)\n- **workspace** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)"]]