App Optimize V1BETA API - Module Google::Cloud::Appoptimize::V1beta::AppOptimize::Paths (v0.1.0)

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.

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}

Parameters
  • project (String)
  • location (String)
  • application (String)
Returns
  • (::String)
Raises
  • (::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}

Parameters
  • project (String)
  • location (String)
Returns
  • (::String)
Raises
  • (::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}

Parameter
  • project (String)
Returns
  • (::String)

#report_path

def report_path(project:, location:, report:) -> ::String

Create a fully-qualified Report resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/reports/{report}

Parameters
  • project (String)
  • location (String)
  • report (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)