Vertex AI Search for Retail API (retail:v2alpha)

2024-03-05

2 new methods

Additions

    Methods
  • retail.projects.getAlertConfig

      Path: v2alpha/{+name}

      Flat Path: v2alpha/projects/{projectsId}/alertConfig

      HTTP Method: GET

      Parameters:

        name

          Description: Required. Full AlertConfig resource name. Format: projects/{project_number}/alertConfig

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

          Location: path

          Required: Yes

          Type: string

      Parameter Order: name

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

      Description: Get the AlertConfig of the requested project.

  • retail.projects.updateAlertConfig

      Path: v2alpha/{+name}

      Flat Path: v2alpha/projects/{projectsId}/alertConfig

      HTTP Method: PATCH

      Parameters:

        name

          Description: Required. Immutable. The name of the AlertConfig singleton resource. Format: projects/*/alertConfig

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

          Location: path

          Required: Yes

          Type: string

        updateMask

          Description: Indicates which fields in the provided AlertConfig to update. If not set, all supported fields are updated.

          Location: query

          Type: string

          Format: google-fieldmask

      Parameter Order: name

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

      Description: Update the alert config of the requested project.