Reference documentation and code samples for the Cloud Run V2 API module Google::Cloud::Run::V2::Builds::Paths.
Path helper methods for the Builds API.
Extended By
Methods
#worker_pool_path
def worker_pool_path(project:, location:, worker_pool:) -> ::String
Create a fully-qualified WorkerPool resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/workerPools/{worker_pool}
Parameters
- project (String)
- location (String)
- worker_pool (String)
Returns
- (::String)
Raises
- (::ArgumentError)