Discovery Engine API (discoveryengine:v1alpha)

2024-02-29

2 new methods | 2 updated methods

Additions

    Methods
  • discoveryengine.projects.locations.updateAclConfig

      Path: v1alpha/{+name}

      Flat Path: v1alpha/projects/{projectsId}/locations/{locationsId}/aclConfig

      HTTP Method: PATCH

      Parameters:

        name

          Description: Immutable. The full resource name of the acl configuration. Format: `projects/{project}/locations/{location}/aclConfig`. This field must be a UTF-8 encoded string with a length limit of 1024 characters.

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

          Location: path

          Required: Yes

          Type: string

      Parameter Order: name

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

      Description: Default Acl Configuration for use in a location of a customer's project. Updates will only reflect to new data stores. Existing data stores will still use the old value.

  • discoveryengine.projects.locations.getAclConfig

      Path: v1alpha/{+name}

      Flat Path: v1alpha/projects/{projectsId}/locations/{locationsId}/aclConfig

      HTTP Method: GET

      Parameters:

        name

          Description: Required. Resource name of AclConfig, such as `projects/*/locations/*/aclConfig`. If the caller does not have permission to access the AclConfig, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.

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

          Location: path

          Required: Yes

          Type: string

      Parameter Order: name

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

      Description: Gets the AclConfig.

Updates

    Methods
  • discoveryengine.projects.locations.collections.dataStores.branches.documents.patch

      Parameters:

        updateMask

          Description: Indicates which fields in the provided imported 'document' to update. If not set, will by default update all fields.

          Location: query

          Type: string

          Format: google-fieldmask

  • discoveryengine.projects.locations.dataStores.branches.documents.patch

      Parameters:

        updateMask

          Description: Indicates which fields in the provided imported 'document' to update. If not set, will by default update all fields.

          Location: query

          Type: string

          Format: google-fieldmask