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 \u003ccode\u003eDeleteDeviceRequest\u003c/code\u003e class is used to request the deletion of a device in the Google Cloud IoT service, and it implements several interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eObject\u003c/code\u003e and includes inherited members like \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, \u003ccode\u003eMemberwiseClone\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e, providing standard object functionalities.\u003c/p\u003e\n"],["\u003cp\u003eIt contains two constructors, one default constructor \u003ccode\u003eDeleteDeviceRequest()\u003c/code\u003e and one that takes another \u003ccode\u003eDeleteDeviceRequest\u003c/code\u003e instance as input for copying.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeleteDeviceRequest\u003c/code\u003e class includes two key properties: \u003ccode\u003eDeviceName\u003c/code\u003e, a typed view over the device resource name, and \u003ccode\u003eName\u003c/code\u003e, which holds the string representation of the device's full resource name, both of which are required.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the library is 2.2.0, with prior versions going as far back as version 1.0.0, allowing users to reference previous iterations.\u003c/p\u003e\n"]]],[],null,[]]