Reference documentation and code samples for the Workload Manager V1 API module Google::Cloud::WorkloadManager::V1::WorkloadManager::Paths.
Path helper methods for the WorkloadManager API.
Included In
Methods
#crypto_key_path
def crypto_key_path(project:, location:, key_ring:, crypto_key:) -> ::StringCreate 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)
#evaluation_path
def evaluation_path(project:, location:, evaluation:) -> ::StringCreate a fully-qualified Evaluation resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/evaluations/{evaluation}
- project (String)
- location (String)
- evaluation (String)
- (::String)
- (::ArgumentError)
#execution_path
def execution_path(project:, location:, evaluation:, execution:) -> ::StringCreate a fully-qualified Execution resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/evaluations/{evaluation}/executions/{execution}
- project (String)
- location (String)
- evaluation (String)
- execution (String)
- (::String)
- (::ArgumentError)
#location_path
def location_path(project:, location:) -> ::StringCreate a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)