public sealed class GetHardwareRequest : IMessage<GetHardwareRequest>, IEquatable<GetHardwareRequest>, IDeepCloneable<GetHardwareRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the GDC Hardware Management v1alpha API class GetHardwareRequest.
[[["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."],[[["This document provides reference documentation for the `GetHardwareRequest` class within the GDC Hardware Management v1alpha API."],["The `GetHardwareRequest` class is used to construct a request for retrieving hardware details, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`GetHardwareRequest` contains properties like `HardwareName` which is a typed view over the resource name, and `Name` which is the string representation of the hardware resource name."],["The `GetHardwareRequest` class includes two constructors: a default constructor and one that takes another `GetHardwareRequest` object as a parameter for copying."],["The required `Name` property is a string that contains the format `projects/{project}/locations/{location}/hardware/{hardware}`."]]],[]]