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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document describes the \u003ccode\u003eUpdateDeviceRegistryRequest\u003c/code\u003e class, which is used to update a device registry in Google Cloud IoT.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateDeviceRegistryRequest\u003c/code\u003e class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its role in message handling, equality checks, and cloning.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeviceRegistry\u003c/code\u003e property allows users to specify the new values for the device registry, while ensuring the \u003ccode\u003eid\u003c/code\u003e field is empty and the \u003ccode\u003ename\u003c/code\u003e field correctly indicates the resource path.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateMask\u003c/code\u003e property is required to indicate which \u003ccode\u003edevice_registry\u003c/code\u003e fields should be updated, enforcing that it must not be empty or include immutable or server-set fields.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version for this document is 2.2.0, with previous versions available dating back to 1.0.0.\u003c/p\u003e\n"]]],[],null,[]]