Discovery Engine V1 API - Module Google::Cloud::DiscoveryEngine::V1::UserLicenseService::Paths (v2.3.0)

Reference documentation and code samples for the Discovery Engine V1 API module Google::Cloud::DiscoveryEngine::V1::UserLicenseService::Paths.

Path helper methods for the UserLicenseService API.

Methods

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

#user_store_path

def user_store_path(project:, location:, user_store:) -> ::String

Create a fully-qualified UserStore resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/userStores/{user_store}

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