public sealed class CreateDeviceRequest : IMessage<CreateDeviceRequest>, IEquatable<CreateDeviceRequest>, IDeepCloneable<CreateDeviceRequest>, IBufferMessage, IMessage
Required. The name of the device registry where this device should be created.
For example,
projects/example-project/locations/us-central1/registries/my-registry.
[[["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."],[[["`CreateDeviceRequest` is a class used to request the creation of a device, and it implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This class has constructors that allow for default creation or creation based on another `CreateDeviceRequest` object."],["The `Device` property is required and holds the registration details for the new device, which is linked to the corresponding `RegistryName`."],["The `Parent` property, also required, specifies the registry where the device will be created, formatted as a string, and the `ParentAsRegistryName` property is a `RegistryName`-typed view of this `Parent` property."]]],[]]