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}
- 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_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)
#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}
- project (String)
- location (String)
- saas (String)
- (::String)
- (::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}
- project (String)
- location (String)
- tenant (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)
#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}
- project (String)
- location (String)
- unit_operation (String)
- (::String)
- (::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}
- project (String)
- location (String)
- unit (String)
- (::String)
- (::ArgumentError)