Stay organized with collections
Save and categorize content based on your preferences.
Full name: projects.locations.datasets.hl7V2Stores.messages.patch
Update the message.
The contents of the message in Message.data and data extracted from the contents such as Message.create_time can't be altered. Only the Message.labels field is allowed to be updated. The labels in the request are merged with the existing set of labels. Existing labels with the same keys are updated.
Output only. Resource name of the Message, of the form projects/{projectId}/locations/{locationId}/datasets/{datasetId}/hl7V2Stores/{hl7V2StoreId}/messages/{message_id}. Assigned by the server.
[[["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-04-01 UTC."],[[["This endpoint, `projects.locations.datasets.hl7V2Stores.messages.patch`, allows updating a message within an HL7v2 store, but only certain fields can be modified."],["Only the `Message.labels` field can be updated, merging new labels with existing ones and updating labels with the same key, while other content like `Message.data` and `Message.create_time` are immutable."],["The request requires the message's resource name in the URL path and a `updateMask` query parameter to specify the fields to update."],["The request body must contain an instance of `Message`, and a successful response will also return an instance of `Message`."],["To access this endpoint, authorization is needed through one of these OAuth scopes: `https://www.googleapis.com/auth/cloud-healthcare` or `https://www.googleapis.com/auth/cloud-platform`."]]],[]]