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 page provides documentation for the `UpdateDeviceRegistryRequest` class, which is part of the `Google.Cloud.Iot.V1` namespace in version 1.2.0 of the Google Cloud IoT .NET library."],["The `UpdateDeviceRegistryRequest` class is used to send requests for updating device registry configurations, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that takes another `UpdateDeviceRegistryRequest` object as a parameter for cloning."],["The class includes two primary properties: `DeviceRegistry`, which holds the new values for the device registry, and `UpdateMask`, which specifies which fields of the `DeviceRegistry` should be updated."],["The latest version of this resource is 2.2.0, with a list of other previous versions dating back to 1.0.0 all within the documentation of this page."]]],[]]