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-04-17 UTC."],[[["This document describes the `UpdateDeviceRegistryRequest` class, which is used to update a device registry in Google Cloud IoT."],["The `UpdateDeviceRegistryRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, equality checks, and cloning."],["The `DeviceRegistry` property allows users to specify the new values for the device registry, while ensuring the `id` field is empty and the `name` field correctly indicates the resource path."],["The `UpdateMask` property is required to indicate which `device_registry` fields should be updated, enforcing that it must not be empty or include immutable or server-set fields."],["The latest version for this document is 2.2.0, with previous versions available dating back to 1.0.0."]]],[]]