Google Workspace Add-ons V1 API - Module Google::Cloud::GSuiteAddOns::V1::GSuiteAddOns::Paths (v0.4.0)

Reference documentation and code samples for the Google Workspace Add-ons V1 API module Google::Cloud::GSuiteAddOns::V1::GSuiteAddOns::Paths.

Path helper methods for the GSuiteAddOns API.

Methods

#authorization_path

def authorization_path(project:) -> ::String

Create a fully-qualified Authorization resource string.

The resource will be in the following format:

projects/{project}/authorization

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

#deployment_path

def deployment_path(project:, deployment:) -> ::String

Create a fully-qualified Deployment resource string.

The resource will be in the following format:

projects/{project}/deployments/{deployment}

Parameters
  • project (String)
  • deployment (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#install_status_path

def install_status_path(project:, deployment:) -> ::String

Create a fully-qualified InstallStatus resource string.

The resource will be in the following format:

projects/{project}/deployments/{deployment}/installStatus

Parameters
  • project (String)
  • deployment (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)