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)
#crypto_key_path
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}
- project (String)
- location (String)
- key_ring (String)
- crypto_key (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)
#service_path
def service_path(project:, location:, namespace:, service:) -> ::String
Create a fully-qualified Service resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/namespaces/{namespace}/services/{service}
- project (String)
- location (String)
- namespace (String)
- service (String)
- (::String)
- (::ArgumentError)