Discovery Engine API (discoveryengine:v1beta)

2026-03-18

2 removed methods

Deletions

    Methods
  • discoveryengine.projects.locations.userStores.create

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/discoveryengine.readwrite
    • Path : v1beta/{+parent}/userStores

      Parameters :

        userStoreId

          Type : string

          Location : query

          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.

        parent

          Required : Yes

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

          Type : string

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

          Location : path

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

      Parameter Order : parent

      HTTP Method : POST

      Description : Creates a new User Store.

  • discoveryengine.projects.locations.userStores.delete

      HTTP Method : DELETE

      Path : v1beta/{+name}

      Parameters :

        name

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

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

          Type : string

          Location : path

          Required : Yes

      Parameter Order : name

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

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/discoveryengine.readwrite
    • Description : Deletes the User Store.