Discovery Engine API (discoveryengine:v1alpha)

2025-10-09

2 new methods

Additions

    Methods
  • discoveryengine.projects.locations.collections.dataConnector.checkRefreshToken

      Path : v1alpha/{+name}:checkRefreshToken

      Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/dataConnector:checkRefreshToken

      HTTP Method : GET

      Parameters :

        name

          Description : Required. The resource name of the connector for which a token is queried.

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

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Deprecated : Yes

      Description : Deprecated: Checks the existence of a refresh token for the EUC user for a given connection and returns its details. Use AcquireAccessToken instead and then check the validity of the returned token by asking the 3rd party system. There's no way to know for sure if a refresh token is valid without asking the 3rd party system.

  • discoveryengine.projects.locations.collections.engines.getWorkspaceSettings

      Path : v1alpha/{+name}:getWorkspaceSettings

      Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}:getWorkspaceSettings

      HTTP Method : GET

      Parameters :

        name

          Description : Required. Full Engine resource name. Format: `projects/{project}/locations/{location}/collections/{collection_id}/engines/{engine_id}`

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

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Get Workspace settings for the end user.