Method: projects.locations.userStores.licenseConfigsUsageStats.list

Lists all the LicenseConfigUsageStatss associated with the project.

HTTP request

GET https://discoveryengine.googleapis.com/v1alpha/{parent=projects/*/locations/*/userStores/*}/licenseConfigsUsageStats

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent branch resource name, such as projects/{project}/locations/{location}/userStores/{userStoreId}.

Request body

The request body must be empty.

Response body

Response message for [UserLicenseService.ListLicenseConfigUsageStats][] method.

If successful, the response body contains data with the following structure:

JSON representation
{
  "licenseConfigUsageStats": [
    {
      object (LicenseConfigUsageStats)
    }
  ]
}
Fields
licenseConfigUsageStats[]

object (LicenseConfigUsageStats)

All the customer's LicenseConfigUsageStats.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/discoveryengine.readwrite

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the parent resource:

  • discoveryengine.userStores.listUserLicenses

For more information, see the IAM documentation.

LicenseConfigUsageStats

Stats about users' licenses.

JSON representation
{
  "licenseConfig": string,
  "usedLicenseCount": string
}
Fields
licenseConfig

string

Required. The LicenseConfig name.

usedLicenseCount

string (int64 format)

Required. The number of licenses used.