Discovery Engine API (discoveryengine:v1)

2026-05-13

1 new method

Additions

    Methods
  • discoveryengine.projects.locations.licenseConfigs.list

      Path : v1/{+parent}/licenseConfigs

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/licenseConfigs

      HTTP Method : GET

      Parameters :

        parent

          Description : Required. The parent branch resource name, such as `projects/{project}/locations/{location}`.

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

          Location : path

          Required : Yes

          Type : string

        pageSize

          Description : Optional. Not supported.

          Location : query

          Type : integer

          Format : int32

        pageToken

          Description : Optional. Not supported.

          Location : query

          Type : string

        filter

          Description : Optional. The filter to apply to the list results. The supported fields are: * `subscription_tier` * `state` Examples: * `subscription_tier=SUBSCRIPTION_TIER_SEARCH,state=ACTIVE` - Lists all active search license configs. * `state=ACTIVE` - Lists all active license configs. The filter string should be a comma-separated list of field=value pairs.

          Location : query

          Type : string

      Parameter Order : parent

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/discoveryengine.readwrite
    • https://www.googleapis.com/auth/discoveryengine.serving.readwrite
    • Description : Lists all the LicenseConfigs associated with the project.