public sealed class UpdateDeviceRegistryRequest : IMessage<UpdateDeviceRegistryRequest>, IEquatable<UpdateDeviceRegistryRequest>, IDeepCloneable<UpdateDeviceRegistryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud IoT v1 API class UpdateDeviceRegistryRequest.
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 provides reference information for the `UpdateDeviceRegistryRequest` class within the Cloud IoT v1 API for .NET, detailing its purpose, inheritance, implemented interfaces, and members."],["The `UpdateDeviceRegistryRequest` class is used to request updates to a device registry and has methods for constructors, accepting another `UpdateDeviceRegistryRequest` or nothing as parameters."],["Key properties of the `UpdateDeviceRegistryRequest` include `DeviceRegistry`, which specifies the new values for the device registry, and `UpdateMask`, which determines which fields of the device registry will be updated."],["The class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, offering methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["Multiple versions of this document are available, with version 2.2.0 being the latest, and can be accessed on the provided URLs for each version."]]],[]]