Developer Connect V1 API - Module Google::Cloud::DeveloperConnect::V1::DeveloperConnect::Paths (v0.1.0)

Reference documentation and code samples for the Developer Connect V1 API module Google::Cloud::DeveloperConnect::V1::DeveloperConnect::Paths.

Path helper methods for the DeveloperConnect API.

Methods

#connection_path

def connection_path(project:, location:, connection:) -> ::String

Create a fully-qualified Connection resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/connections/{connection}

Parameters
  • project (String)
  • location (String)
  • connection (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)
def git_repository_link_path(project:, location:, connection:, git_repository_link:) -> ::String

Create a fully-qualified GitRepositoryLink resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/connections/{connection}/gitRepositoryLinks/{git_repository_link}

Parameters
  • project (String)
  • location (String)
  • connection (String)
  • git_repository_link (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)

#secret_version_path

def secret_version_path(project:, secret:, secret_version:) -> ::String

Create a fully-qualified SecretVersion resource string.

The resource will be in the following format:

projects/{project}/secrets/{secret}/versions/{secret_version}

Parameters
  • project (String)
  • secret (String)
  • secret_version (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)