Reference documentation and code samples for the App Hub V1 API module Google::Cloud::AppHub::V1::AppHub::Paths.
Path helper methods for the AppHub API.
Extended By
Methods
#application_path
def application_path(project:, location:, application:) -> ::String
Create a fully-qualified Application resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/applications/{application}
- project (String)
- location (String)
- application (String)
- (::String)
- (::ArgumentError)
#discovered_service_path
def discovered_service_path(project:, location:, discovered_service:) -> ::String
Create a fully-qualified DiscoveredService resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/discoveredServices/{discovered_service}
- project (String)
- location (String)
- discovered_service (String)
- (::String)
- (::ArgumentError)
#discovered_workload_path
def discovered_workload_path(project:, location:, discovered_workload:) -> ::String
Create a fully-qualified DiscoveredWorkload resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/discoveredWorkloads/{discovered_workload}
- project (String)
- location (String)
- discovered_workload (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)
#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)
#service_path
def service_path(project:, location:, application:, service:) -> ::String
Create a fully-qualified Service resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/applications/{application}/services/{service}
- project (String)
- location (String)
- application (String)
- service (String)
- (::String)
- (::ArgumentError)
#service_project_attachment_path
def service_project_attachment_path(project:, location:, service_project_attachment:) -> ::String
Create a fully-qualified ServiceProjectAttachment resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/serviceProjectAttachments/{service_project_attachment}
- project (String)
- location (String)
- service_project_attachment (String)
- (::String)
- (::ArgumentError)
#workload_path
def workload_path(project:, location:, application:, workload:) -> ::String
Create a fully-qualified Workload resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/applications/{application}/workloads/{workload}
- project (String)
- location (String)
- application (String)
- workload (String)
- (::String)
- (::ArgumentError)