Discovery Engine API (discoveryengine:v1alpha)

2026-03-18

1 updated method | 2 removed methods

Updates

    Methods
  • discoveryengine.projects.locations.collections.engines.assistants.agents.list

      Parameters :

        filter

          Type : string

          Location : query

          Description : Optional. Filters the Agents list. Supported fields: * `display_name`: display name of the agent. Supports `=`, `:`. * `id`: ID of the agent. Supports `=`. * `state`: state of the agent. Supports `=`. * `type`: type of the agent. Supports `=` (e.g., "GOOGLE_MADE", "OUR_AGENTS"). * `create_time`: timestamp when the agent was created. Supports `=`, `>`, `<`, `>=`, `<=`. * `update_time`: timestamp when the agent was last updated. Supports `=`, `>`, `<`, `>=`, `<=`. * `has_active_iam_proposals`: whether the agent has pending proposals. Supports `=`. Examples: * `display_name = "My Agent"` * `type = "GOOGLE_MADE"` * `create_time > "2023-01-01T00:00:00Z"` * `has_active_iam_proposals = true`

Deletions

    Methods
  • discoveryengine.projects.locations.userStores.delete

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

      HTTP Method : DELETE

      Path : v1alpha/{+name}

      Scopes :

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

        name

          Type : string

          Required : Yes

          Description : Required. The name of the User Store to delete. Format: `projects/{project}/locations/{location}/userStores/{user_store_id}`

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

          Location : path

      Description : Deletes the User Store.

      Parameter Order : name

  • discoveryengine.projects.locations.userStores.create

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

      Parameters :

        parent

          Location : path

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

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

          Required : Yes

          Type : string

        userStoreId

          Description : Required. The ID of the User Store to create. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 63 characters.

          Location : query

          Type : string

      Path : v1alpha/{+parent}/userStores

      Parameter Order : parent

      Description : Creates a new User Store.

      HTTP Method : POST

      Scopes :

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