public sealed class DeleteDeviceRegistryRequest : IMessage<DeleteDeviceRegistryRequest>, IEquatable<DeleteDeviceRegistryRequest>, IDeepCloneable<DeleteDeviceRegistryRequest>, IBufferMessage, IMessage
[[["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 describes the `DeleteDeviceRegistryRequest` class, which is used to request the deletion of a device registry in the Google Cloud IoT Core service."],["The `DeleteDeviceRegistryRequest` class implements multiple interfaces for message handling, equality comparison, deep cloning, and buffer message functionality within the Google.Protobuf library."],["The class has two constructors: a default constructor and a constructor that allows the creation of a new `DeleteDeviceRegistryRequest` instance from an existing one."],["The `Name` property of type `string` represents the required name of the device registry to be deleted, and the `RegistryName` property of type `RegistryName` is a typed view over the `Name`."],["The class is part of the `Google.Cloud.Iot.V1` namespace and is contained within the `Google.Cloud.Iot.V1.dll` assembly, and has versions that range from `1.0.0` up to the latest at `2.2.0`."]]],[]]