SaaS Runtime V1BETA1 API - Module Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::SaasDeployments::Paths (v0.1.0)

Reference documentation and code samples for the SaaS Runtime V1BETA1 API module Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::SaasDeployments::Paths.

Path helper methods for the SaasDeployments API.

Methods

#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)