public sealed class UpdateSiteRequest : IMessage<UpdateSiteRequest>, IEquatable<UpdateSiteRequest>, IDeepCloneable<UpdateSiteRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the GDC Hardware Management v1alpha API class UpdateSiteRequest.
Required. A mask to specify the fields in the Site to overwrite with this
update. The fields specified in the update_mask are relative to the site,
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 document provides reference information for the `UpdateSiteRequest` class within the GDC Hardware Management v1alpha API, specifically version 1.0.0-alpha04."],["`UpdateSiteRequest` is a class used to request the update of a site, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `RequestId` (an optional identifier), `Site` (the site to be updated), and `UpdateMask` (specifying which fields to update)."],["There are two constructors available: a parameterless constructor and one that takes another `UpdateSiteRequest` object as a parameter for cloning."],["It inherits from object and also contains multiple inherited members such as GetHashCode, GetType, and ToString."]]],[]]