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

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

Path helper methods for the SaasRollouts 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_kind_path

def rollout_kind_path(project:, location:, rollout_kind_id:) -> ::String

Create a fully-qualified RolloutKind resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/rolloutKinds/{rollout_kind_id}

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

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