public sealed class DeleteHardwareRequest : IMessage<DeleteHardwareRequest>, IEquatable<DeleteHardwareRequest>, IDeepCloneable<DeleteHardwareRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the GDC Hardware Management v1alpha API class DeleteHardwareRequest.
[[["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-03-21 UTC."],[[["The `DeleteHardwareRequest` class in the GDC Hardware Management v1alpha API is used to define a request for deleting hardware."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer operations."],["`DeleteHardwareRequest` has properties for `HardwareName`, `Name` (required), and an optional `RequestId` to uniquely identify the request."],["There are two constructors available, a default one, and one that takes another `DeleteHardwareRequest` object to copy its contents."],["The required `Name` property is a string representing the name of the hardware to be deleted, formatted as `projects/{project}/locations/{location}/hardware/{hardware}`."]]],[]]