Reference documentation and code samples for the Cloud Controls Partner V1 API module Google::Cloud::CloudControlsPartner::V1::CloudControlsPartnerCore::Paths.
Path helper methods for the CloudControlsPartnerCore API.
Methods
#customer_path
def customer_path(organization:, location:, customer:) -> ::String
Create a fully-qualified Customer resource string.
The resource will be in the following format:
organizations/{organization}/locations/{location}/customers/{customer}
- organization (String)
- location (String)
- customer (String)
- (::String)
- (::ArgumentError)
#ekm_connections_path
def ekm_connections_path(organization:, location:, customer:, workload:) -> ::String
Create a fully-qualified EkmConnections resource string.
The resource will be in the following format:
organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}/ekmConnections
- organization (String)
- location (String)
- customer (String)
- workload (String)
- (::String)
- (::ArgumentError)
#organization_location_path
def organization_location_path(organization:, location:) -> ::String
Create a fully-qualified OrganizationLocation resource string.
The resource will be in the following format:
organizations/{organization}/locations/{location}
- organization (String)
- location (String)
- (::String)
- (::ArgumentError)
#partner_path
def partner_path(organization:, location:) -> ::String
Create a fully-qualified Partner resource string.
The resource will be in the following format:
organizations/{organization}/locations/{location}/partner
- organization (String)
- location (String)
- (::String)
- (::ArgumentError)
#partner_permissions_path
def partner_permissions_path(organization:, location:, customer:, workload:) -> ::String
Create a fully-qualified PartnerPermissions resource string.
The resource will be in the following format:
organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}/partnerPermissions
- organization (String)
- location (String)
- customer (String)
- workload (String)
- (::String)
- (::ArgumentError)
#workload_path
def workload_path(organization:, location:, customer:, workload:) -> ::String
Create a fully-qualified Workload resource string.
The resource will be in the following format:
organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}
- organization (String)
- location (String)
- customer (String)
- workload (String)
- (::String)
- (::ArgumentError)