App Lifecycle Manager V1BETA1 API - Module Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::SaasDeployments::Paths (v0.6.0)

Reference documentation and code samples for the App Lifecycle Manager V1BETA1 API module Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::SaasDeployments::Paths.

Path helper methods for the SaasDeployments 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)

#application_template_path

def application_template_path(project:, location:, space:, application_template:) -> ::String
def application_template_path(project:, location:, workspace:, application_template:) -> ::String

Create a fully-qualified ApplicationTemplate resource string.

Overloads
def application_template_path(project:, location:, space:, application_template:) -> ::String
The resource will be in the following format:

projects/{project}/locations/{location}/spaces/{space}/applicationTemplates/{application_template}

Parameters
  • project (String)
  • location (String)
  • space (String)
  • application_template (String)
def application_template_path(project:, location:, workspace:, application_template:) -> ::String
The resource will be in the following format:

projects/{project}/locations/{location}/workspaces/{workspace}/applicationTemplates/{application_template}

Parameters
  • project (String)
  • location (String)
  • workspace (String)
  • application_template (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#application_template_revision_path

def application_template_revision_path(project:, location:, space:, application_template:, revision:) -> ::String

Create a fully-qualified ApplicationTemplateRevision resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/spaces/{space}/applicationTemplates/{application_template}/revisions/{revision}

Parameters
  • project (String)
  • location (String)
  • space (String)
  • application_template (String)
  • revision (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)

#release_path

def release_path(project:, location:, release:) -> ::String

Create a fully-qualified Release resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/releases/{release}

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

#rollout_path

def rollout_path(project:, location:, rollout_id:) -> ::String

Create a fully-qualified Rollout resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/rollouts/{rollout_id}

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

#saas_path

def saas_path(project:, location:, saas:) -> ::String

Create a fully-qualified Saas resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/saas/{saas}

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

#tenant_path

def tenant_path(project:, location:, tenant:) -> ::String

Create a fully-qualified Tenant resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/tenants/{tenant}

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

#unit_kind_path

def unit_kind_path(project:, location:, unit_kind:) -> ::String

Create a fully-qualified UnitKind resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/unitKinds/{unit_kind}

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

#unit_operation_path

def unit_operation_path(project:, location:, unit_operation:) -> ::String

Create a fully-qualified UnitOperation resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/unitOperations/{unit_operation}

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

#unit_path

def unit_path(project:, location:, unit:) -> ::String

Create a fully-qualified Unit resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/units/{unit}

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