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"]],[["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 outlines the \u003ccode\u003eCreateDeviceRegistryRequest\u003c/code\u003e class, which is used to create a request for a device registry within the Google Cloud IoT service.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateDeviceRegistryRequest\u003c/code\u003e class implements several 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 capabilities for message handling, equality checks, deep cloning, and buffered operations.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors, one default and another to create a new object from an existing \u003ccode\u003eCreateDeviceRegistryRequest\u003c/code\u003e, allowing for easy duplication or modification.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateDeviceRegistryRequest\u003c/code\u003e class includes properties for \u003ccode\u003eDeviceRegistry\u003c/code\u003e, \u003ccode\u003eParent\u003c/code\u003e (specifying the project and cloud region), and \u003ccode\u003eParentAsLocationName\u003c/code\u003e (a typed view over the parent property), all of which are necessary for the creation of a device registry.\u003c/p\u003e\n"],["\u003cp\u003eThe 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.\u003c/p\u003e\n"]]],[],null,[]]