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.
Included In
Methods
#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)
#user_store_path
def user_store_path(project:, location:, user_store:) -> ::StringCreate a fully-qualified UserStore resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/userStores/{user_store}
- project (String)
- location (String)
- user_store (String)
- (::String)
- (::ArgumentError)