public sealed class GetHardwareGroupRequest : IMessage<GetHardwareGroupRequest>, IEquatable<GetHardwareGroupRequest>, IDeepCloneable<GetHardwareGroupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the GDC Hardware Management v1alpha API class GetHardwareGroupRequest.
[[["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 documentation is for the `GetHardwareGroupRequest` class within the GDC Hardware Management v1alpha API, specifically version 1.0.0-alpha03, with 1.0.0-alpha04 being the latest."],["`GetHardwareGroupRequest` is a class used to request details about a specific hardware group, implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `GetHardwareGroupRequest` class has properties such as `HardwareGroupName`, a typed view, and `Name`, which is a string representing the hardware group's name in the format `projects/{project}/locations/{location}/orders/{order}/hardwareGroups/{hardware_group}`."],["The class provides two constructors, `GetHardwareGroupRequest()`, and `GetHardwareGroupRequest(GetHardwareGroupRequest other)`, with the latter allowing for the object's creation using another `GetHardwareGroupRequest` object."]]],[]]