Identifier. Resource name of the Attribute definition, of the form projects/{projectId}/locations/{locationId}/datasets/{datasetId}/consentStores/{consentStoreId}/attributeDefinitions/{attributeDefinitionId}. Cannot be changed after creation.
Required. The update mask that applies to the resource. For the FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask. Only the description, allowedValues, consentDefaultValues and dataMappingDefaultValue fields can be updated. The updated allowedValues must contain all values from the previous allowedValues.
This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[[["This endpoint, `projects.locations.datasets.consentStores.attributeDefinitions.patch`, is used to update an existing Attribute definition within the Google Cloud Healthcare API."],["The HTTP request method for this operation is `PATCH`, and the URL structure follows gRPC Transcoding syntax."],["The `attributeDefinition.name` parameter in the URL path is a unique identifier for the Attribute definition and cannot be modified after creation."],["The `updateMask` query parameter is required to specify which fields of the Attribute definition should be updated, and only certain fields are allowed for modification."],["Successful requests will return the updated `AttributeDefinition` in the response body, and appropriate OAuth scopes are needed for authorization."]]],[]]