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
- project (String)
- (::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}
- project (String)
- deployment (String)
- (::String)
- (::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
- project (String)
- deployment (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)