public sealed class CreateDeviceRegistryRequest : IMessage<CreateDeviceRegistryRequest>, IEquatable<CreateDeviceRegistryRequest>, IDeepCloneable<CreateDeviceRegistryRequest>, IBufferMessage, IMessage
public DeviceRegistry DeviceRegistry { get; set; }
Required. The device registry. The field name must be empty. The server will
generate that field from the device registry id provided and the
parent field.
[[["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 outlines the `CreateDeviceRegistryRequest` class, which is used to create a request for a device registry within the Google Cloud IoT service."],["The `CreateDeviceRegistryRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality checks, deep cloning, and buffered operations."],["The class has two constructors, one default and another to create a new object from an existing `CreateDeviceRegistryRequest`, allowing for easy duplication or modification."],["The `CreateDeviceRegistryRequest` class includes properties for `DeviceRegistry`, `Parent` (specifying the project and cloud region), and `ParentAsLocationName` (a typed view over the parent property), all of which are necessary for the creation of a device registry."],["The different versions of this class are listed, ranging from the most current being 2.2.0, all the way down to the earliest listed version of 1.0.0."]]],[]]