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."],[[["The `CreateDeviceRequest` class is used to create a request for device creation in the Google Cloud IoT service."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["It includes constructors to initialize a new request, either empty or from an existing `CreateDeviceRequest` object."],["The class provides properties `Device` for device registration details and `Parent` for the name of the device registry, as well as a `ParentAsRegistryName` property offering a typed view of the parent registry name."],["The `CreateDeviceRequest` is part of the `Google.Cloud.Iot.V1` namespace, found within the `Google.Cloud.Iot.V1.dll` assembly."]]],[]]