license_configs_usage_stats
Creates, updates, deletes, gets or lists a license_configs_usage_stats resource.
Overview
| Name | license_configs_usage_stats |
| Type | Resource |
| Id | google.discoveryengine.license_configs_usage_stats |
Fields
The following fields are returned by SELECT queries:
- projects_locations_user_stores_license_configs_usage_stats_list
| Name | Datatype | Description |
|---|---|---|
licenseConfigUsageStats | array | All the customer's LicenseConfigUsageStats. |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
projects_locations_user_stores_license_configs_usage_stats_list | select | projectsId, locationsId, userStoresId | Lists all the LicenseConfigUsageStatss associated with the project. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
locationsId | string | |
projectsId | string | |
userStoresId | string |
SELECT examples
- projects_locations_user_stores_license_configs_usage_stats_list
Lists all the LicenseConfigUsageStatss associated with the project.
SELECT
licenseConfigUsageStats
FROM google.discoveryengine.license_configs_usage_stats
WHERE projectsId = '{{ projectsId }}' -- required
AND locationsId = '{{ locationsId }}' -- required
AND userStoresId = '{{ userStoresId }}' -- required
;