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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eDeleteDeviceRequest\u003c/code\u003e class is 2.2.0, with prior versions available back to 1.0.0 for reference.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeleteDeviceRequest\u003c/code\u003e 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 \u003ccode\u003eDeleteDevice\u003c/code\u003e".\u003c/p\u003e\n"],["\u003cp\u003eIt implements multiple interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its role in handling message-based operations within the Google Protocol Buffers framework.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes two constructors: a default constructor and one that takes another \u003ccode\u003eDeleteDeviceRequest\u003c/code\u003e instance for initialization, and includes two properties, \u003ccode\u003eDeviceName\u003c/code\u003e and \u003ccode\u003eName\u003c/code\u003e, which are essential for identifying and managing the targeted device.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eName\u003c/code\u003e property of \u003ccode\u003eDeleteDeviceRequest\u003c/code\u003e 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.\u003c/p\u003e\n"]]],[],null,[]]