Discovery Engine API (discoveryengine:v1alpha)

2023-06-23

2 new methods

Additions

    Methods
  • discoveryengine.projects.locations.collections.dataStores.userEvents.purge

      Description: Deletes permanently all user events specified by the filter provided. Depending on the number of events specified by the filter, this operation could take hours or days to complete. To test a filter, use the list command first.

      HTTP Method: POST

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

      Flat Path: v1alpha/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/dataStores/{dataStoresId}/userEvents:purge

      Parameters:

        parent

          Type: string

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

          Required: Yes

          Description: Required. The resource name of the catalog under which the events are created. The format is `projects/${projectId}/locations/global/collections/{$collectionId}/dataStores/${dataStoreId}`

          Location: path

      Parameter Order: parent

      Path: v1alpha/{+parent}/userEvents:purge

  • discoveryengine.projects.locations.dataStores.userEvents.purge

      HTTP Method: POST

      Description: Deletes permanently all user events specified by the filter provided. Depending on the number of events specified by the filter, this operation could take hours or days to complete. To test a filter, use the list command first.

      Path: v1alpha/{+parent}/userEvents:purge

      Parameter Order: parent

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

      Flat Path: v1alpha/projects/{projectsId}/locations/{locationsId}/dataStores/{dataStoresId}/userEvents:purge

      Parameters:

        parent

          Location: path

          Type: string

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

          Description: Required. The resource name of the catalog under which the events are created. The format is `projects/${projectId}/locations/global/collections/{$collectionId}/dataStores/${dataStoreId}`

          Required: Yes