Gemini Enterprise for Customer Experience API (ces:v1beta)

2026-03-03

3 new methods

Additions

    Methods
  • ces.projects.locations.updateSecuritySettings

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

      HTTP Method : PATCH

      Parameter Order : name

      Description : Updates the security settings for the project and location.

      Path : v1beta/{+name}

      Parameters :

        updateMask

          Location : query

          Type : string

          Description : Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.

          Format : google-fieldmask

        name

          Type : string

          Description : Identifier. The unique identifier of the security settings. Format: `projects/{project}/locations/{location}/securitySettings`

          Location : path

          Required : Yes

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

      Scopes :

    • https://www.googleapis.com/auth/ces
    • https://www.googleapis.com/auth/cloud-platform
  • ces.projects.locations.getSecuritySettings

      Parameters :

        name

          Required : Yes

          Description : Required. The resource name of the security settings to retrieve. Format: `projects/{project}/locations/{location}/securitySettings`

          Type : string

          Location : path

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

      Parameter Order : name

      HTTP Method : GET

      Description : Retrieves the security settings for the project and location.

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

      Scopes :

    • https://www.googleapis.com/auth/ces
    • https://www.googleapis.com/auth/cloud-platform
    • Path : v1beta/{+name}

  • ces.projects.locations.apps.evaluations.uploadEvaluationAudio

      Description : Uploads audio for use in Golden Evaluations. Stores the audio in the Cloud Storage bucket defined in 'App.logging_settings.evaluation_audio_recording_config.gcs_bucket' and returns a transcript.

      Path : v1beta/{+name}:uploadEvaluationAudio

      Parameter Order : name

      Parameters :

        name

          Required : Yes

          Type : string

          Description : Required. The resource name of the Evaluation for which to upload the evaluation audio. Format: `projects/{project}/locations/{location}/apps/{app}/evaluations/{evaluation}`

          Location : path

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

      Flat Path : v1beta/projects/{projectsId}/locations/{locationsId}/apps/{appsId}/evaluations/{evaluationsId}:uploadEvaluationAudio

      Scopes :

    • https://www.googleapis.com/auth/ces
    • https://www.googleapis.com/auth/cloud-platform
    • HTTP Method : POST