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-04-17 UTC."],[[["This document provides information on the `CreateDeviceRegistryRequest` class, which is part of the Google Cloud IoT V1 library, specifically within version 2.0.0."],["The `CreateDeviceRegistryRequest` class is used to request the creation of a new device registry within a specified project and cloud region."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling messages and data structures."],["Key properties of this class include `DeviceRegistry` for the device registry details and `Parent` to specify the project and location for the registry creation."],["There are several previous versions available for reference, from 1.0.0 up to the most recent version 2.2.0."]]],[]]