Reference documentation and code samples for the Cloud Run V2 API module Google::Cloud::Run::V2::Revisions::Paths.
Path helper methods for the Revisions API.
Extended By
Methods
#revision_path
def revision_path(project:, location:, service:, revision:) -> ::String
Create a fully-qualified Revision resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/services/{service}/revisions/{revision}
- project (String)
- location (String)
- service (String)
- revision (String)
- (::String)
- (::ArgumentError)
#service_path
def service_path(project:, location:, service:) -> ::String
Create a fully-qualified Service resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/services/{service}
- project (String)
- location (String)
- service (String)
- (::String)
- (::ArgumentError)