Discovery Engine V1BETA API - Module Google::Cloud::DiscoveryEngine::V1beta::LicenseConfigService::Paths (v0.28.0)

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.

Methods

#billing_account_license_config_path

def billing_account_license_config_path(billing_account:, billing_account_license_config:) -> ::String

Create a fully-qualified BillingAccountLicenseConfig resource string.

The resource will be in the following format:

billingAccounts/{billing_account}/billingAccountLicenseConfigs/{billing_account_license_config}

Parameters
  • billing_account (String)
  • billing_account_license_config (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#license_config_path

def license_config_path(project:, location:, license_config:) -> ::String

Create a fully-qualified LicenseConfig resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/licenseConfigs/{license_config}

Parameters
  • project (String)
  • location (String)
  • license_config (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

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