Reference documentation and code samples for the Discovery Engine V1BETA API module Google::Cloud::DiscoveryEngine::V1beta::LicenseConfigService::Paths.
Path helper methods for the LicenseConfigService API.
Included In
Methods
#billing_account_license_config_path
def billing_account_license_config_path(billing_account:, billing_account_license_config:) -> ::StringCreate a fully-qualified BillingAccountLicenseConfig resource string.
The resource will be in the following format:
billingAccounts/{billing_account}/billingAccountLicenseConfigs/{billing_account_license_config}
- billing_account (String)
- billing_account_license_config (String)
- (::String)
- (::ArgumentError)
#license_config_path
def license_config_path(project:, location:, license_config:) -> ::StringCreate a fully-qualified LicenseConfig resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/licenseConfigs/{license_config}
- project (String)
- location (String)
- license_config (String)
- (::String)
- (::ArgumentError)
#location_path
def location_path(project:, location:) -> ::StringCreate a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)