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."],[[["The `UpdateSiteRequest` class is used to request an update to a site within the GDC Hardware Management v1alpha API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for enhanced functionality."],["It includes properties like `RequestId`, `Site`, and `UpdateMask` to define the specifics of the update request, such as the request's identifier, the site to be updated, and which fields to update."],["The class supports two constructors: a default constructor and one that takes another `UpdateSiteRequest` instance for copying."],["The latest version of this API is `1.0.0-alpha04`, whereas the document refers to version `1.0.0-alpha03`."]]],[]]