public sealed class CreateDeviceRequest : IMessage<CreateDeviceRequest>, IEquatable<CreateDeviceRequest>, IDeepCloneable<CreateDeviceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud IoT v1 API class CreateDeviceRequest.
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."],[[["This document provides reference documentation for the `CreateDeviceRequest` class within the Google Cloud IoT v1 API."],["`CreateDeviceRequest` is a class used to request the creation of a device in a specified device registry, and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available for `CreateDeviceRequest` is 2.2.0, with versions dating back to 1.0.0 also accessible."],["The `CreateDeviceRequest` class has two constructors, one default and another that takes another `CreateDeviceRequest` object as a parameter."],["The `CreateDeviceRequest` object has properties for `Device`, `Parent`, and `ParentAsRegistryName` to define device registration details and the target registry."]]],[]]