Method: featureGroups.patch

Full name: projects.locations.featureGroups.patch

Updates the parameters of a single FeatureGroup.

Endpoint

patchhttps://{service-endpoint}/v1/{featureGroup.name}

PATCH https://{service-endpoint}/v1/{featureGroup.name}

Where{service-endpoint} is one of thesupported service endpoints.

Path parameters

featureGroup.namestring

Identifier. name of the FeatureGroup. Format:projects/{project}/locations/{location}/featureGroups/{featureGroup}

Query parameters

updateMaskstring (FieldMask format)

Field mask is used to specify the fields to be overwritten in the FeatureGroup resource by the update. The fields specified in the updateMask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then only the non-empty fields present in the request will be overwritten. Set the updateMask to* to override all fields.

Updatable fields:

  • labels
  • description
  • bigQuery
  • bigQuery.entity_id_columns
  • serviceAgentType

This is a comma-separated list of fully qualified names of fields. Example:"user.displayName,photo".

Request body

The request body contains an instance ofFeatureGroup.

Response body

If successful, the response body contains an instance ofOperation.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-06-27 UTC.