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}
- project (String)
- location (String)
- (::String)
- (::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}
- project (String)
- location (String)
- release (String)
- (::String)
- (::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}
- project (String)
- location (String)
- rollout_kind_id (String)
- (::String)
- (::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}
- project (String)
- location (String)
- rollout_id (String)
- (::String)
- (::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}
- project (String)
- location (String)
- unit_kind (String)
- (::String)
- (::ArgumentError)