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 cannot 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}.
[[["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 webpage documents how to update a message using the `projects.locations.datasets.hl7V2Stores.messages.patch` method."],["Only the `Message.labels` field can be updated, while `Message.data` and data extracted from it, such as `Message.create_time`, are immutable."],["The update is performed via a `PATCH` HTTP request to a specific URL using gRPC Transcoding syntax, where the `message.name` is a path parameter."],["The request requires an `updateMask` query parameter, which specifies the fields to update, and the request body should contain an instance of `Message`."],["Successful requests return an instance of `Message`, and proper authorization is required, using either `https://www.googleapis.com/auth/cloud-healthcare` or `https://www.googleapis.com/auth/cloud-platform` OAuth scopes."]]],[]]