Discovery Engine API (discoveryengine:v1alpha)

2026-07-01

1 new method

Additions

    Methods
  • discoveryengine.projects.locations.userStores.userLicenses.export

      HTTP Method : POST

      Parameters :

        parent

          Required : Yes

          Description : Required. The parent UserStore resource name, format: `projects/{project}/locations/{location}/userStores/{user_store_id}`. All UserLicenses under this UserStore are exported.

          Type : string

          Pattern : ^projects/[^/]+/locations/[^/]+/userStores/[^/]+$

          Location : path

      Parameter Order : parent

      Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/userStores/{userStoresId}/userLicenses:export

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/discoveryengine.readwrite
    • https://www.googleapis.com/auth/discoveryengine.serving.readwrite
    • Description : Exports all the UserLicenses under the parent UserStore as a single CSV document. This is the backend for the admin console "Download as CSV" action: it reuses the ListUserLicenses read path so admins can sort/filter offline in Excel or Sheets. The response carries the full CSV (header row followed by data rows) inline in ExportUserLicensesResponse.csv_data.

      Path : v1alpha/{+parent}/userLicenses:export