public sealed class UpdateDeviceRegistryRequest : IMessage<UpdateDeviceRegistryRequest>, IEquatable<UpdateDeviceRegistryRequest>, IDeepCloneable<UpdateDeviceRegistryRequest>, IBufferMessage, IMessage
public DeviceRegistry DeviceRegistry { get; set; }
Required. The new values for the device registry. The id field must be empty, and
the name field must indicate the path of the resource. For example,
projects/example-project/locations/us-central1/registries/my-registry.
Required. Only updates the device_registry fields indicated by this mask.
The field mask must not be empty, and it must not contain fields that
are immutable or only set by the server.
Mutable top-level fields: event_notification_config, http_config,
mqtt_config, and state_notification_config.
[[["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-03-21 UTC."],[[["This document provides details for the `UpdateDeviceRegistryRequest` class, which is used to request updates to a device registry in the Google Cloud IoT service."],["The `UpdateDeviceRegistryRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling message updates and data integrity."],["The class contains two main properties: `DeviceRegistry`, which holds the updated device registry information, and `UpdateMask`, which specifies which fields within the registry are to be updated."],["The `DeviceRegistry` property requires the new values, with an empty `id` and a full resource path for the `name` property."],["The `UpdateMask` property must not be empty and must only contain fields that are mutable, such as `event_notification_config`, `http_config`, `mqtt_config`, and `state_notification_config`."]]],[]]