public sealed class UpdateHardwareRequest : IMessage<UpdateHardwareRequest>, IEquatable<UpdateHardwareRequest>, IDeepCloneable<UpdateHardwareRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the GDC Hardware Management v1alpha API class UpdateHardwareRequest.
Required. A mask to specify the fields in the Hardware to overwrite with
this update. The fields specified in the update_mask are relative to the
hardware, not the full request. A field will be overwritten if it is in the
mask. If you don't provide a mask then all fields will be overwritten.
[[["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 provides details for the `UpdateHardwareRequest` class within the GDC Hardware Management v1alpha API, specifically for version 1.0.0-alpha03."],["The `UpdateHardwareRequest` class is a request object used to update hardware and it inherits from `object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor, and one that takes another `UpdateHardwareRequest` object as a parameter."],["The `UpdateHardwareRequest` class includes properties like `Hardware`, `RequestId`, and `UpdateMask` to define the hardware to be updated, an optional unique request identifier, and the fields to be overwritten, respectively."],["The `UpdateMask` property is required and determines which fields are updated on the target `Hardware` object, and without it all fields are overwritten."]]],[]]