Reference documentation and code samples for the App Optimize V1BETA API module Google::Cloud::Appoptimize::V1beta::AppOptimize::Paths.
Path helper methods for the AppOptimize API.
Included In
Methods
#application_path
def application_path(project:, location:, application:) -> ::StringCreate 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)
#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)
#project_path
def project_path(project:) -> ::StringCreate a fully-qualified Project resource string.
The resource will be in the following format:
projects/{project}
- project (String)
- (::String)
#report_path
def report_path(project:, location:, report:) -> ::StringCreate a fully-qualified Report resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/reports/{report}
- project (String)
- location (String)
- report (String)
- (::String)
- (::ArgumentError)