Reference documentation and code samples for the API hub V1 API module Google::Cloud::ApiHub::V1::RuntimeProjectAttachmentService::Paths.
Path helper methods for the RuntimeProjectAttachmentService API.
Methods
#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)
#project_path
def project_path(project:) -> ::String
Create a fully-qualified Project resource string.
The resource will be in the following format:
projects/{project}
- project (String)
- (::String)
#runtime_project_attachment_path
def runtime_project_attachment_path(project:, location:, runtime_project_attachment:) -> ::String
Create a fully-qualified RuntimeProjectAttachment resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/runtimeProjectAttachments/{runtime_project_attachment}
- project (String)
- location (String)
- runtime_project_attachment (String)
- (::String)
- (::ArgumentError)