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, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffered message operations."],["The class includes properties such as `Name`, a string representing the name of the device registry to be deleted, and `RegistryName`, a `RegistryName`-typed view over the `Name` property."],["The class has multiple versions available, ranging from version 1.0.0 to 2.2.0, with the latest version being 2.2.0."],["The document also lists inherited members from the base `Object` class, including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]