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}
- project (String)
- location (String)
- connection (String)
- (::String)
- (::ArgumentError)
#git_repository_link_path
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}
- project (String)
- location (String)
- connection (String)
- git_repository_link (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)
#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}
- project (String)
- secret (String)
- secret_version (String)
- (::String)
- (::ArgumentError)