Vertex AI Search for Retail API (retail:v2alpha)

2023-10-10

2 new methods

Additions

    Methods
  • retail.projects.getLoggingConfig

      Path : v2alpha/{+name}

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

      HTTP Method : GET

      Parameters :

        name

          Description : Required. Full LoggingConfig resource name. Format: projects/{project_number}/loggingConfig

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

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

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

      Description : Gets the LoggingConfig of the requested project.

  • retail.projects.updateLoggingConfig

      Path : v2alpha/{+name}

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

      HTTP Method : PATCH

      Parameters :

        name

          Description : Required. Immutable. The name of the LoggingConfig singleton resource. Format: projects/*/loggingConfig

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

          Location : path

          Required : Yes

          Type : string

        updateMask

          Description : Indicates which fields in the provided LoggingConfig to update. The following are the only supported fields: * default_log_generation_rule * per_service_log_generation_rules 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 : Updates the LoggingConfig of the requested project.