public sealed class DeleteDeviceRequest : IMessage<DeleteDeviceRequest>, IEquatable<DeleteDeviceRequest>, IDeepCloneable<DeleteDeviceRequest>, IBufferMessage, IMessage
Required. The name of the device. For example,
projects/p0/locations/us-central1/registries/registry0/devices/device0 or
projects/p0/locations/us-central1/registries/registry0/devices/{num_id}.
[[["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."],[[["The latest version of the `DeleteDeviceRequest` class is 2.2.0, with prior versions available back to 1.0.0 for reference."],["The `DeleteDeviceRequest` class is designed to handle requests for deleting a device within the Google Cloud IoT environment, as indicated by its name and the description \"Request for `DeleteDevice`\"."],["It implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling message-based operations within the Google Protocol Buffers framework."],["The class includes two constructors: a default constructor and one that takes another `DeleteDeviceRequest` instance for initialization, and includes two properties, `DeviceName` and `Name`, which are essential for identifying and managing the targeted device."],["The `Name` property of `DeleteDeviceRequest` is required, and represents the device's full resource name, as seen by the provided example format that shows the necessary hierarchy to get to the desired device."]]],[]]