public sealed class UpdateZoneRequest : IMessage<UpdateZoneRequest>, IEquatable<UpdateZoneRequest>, IDeepCloneable<UpdateZoneRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the GDC Hardware Management v1alpha API class UpdateZoneRequest.
Required. A mask to specify the fields in the Zone to overwrite with this
update. The fields specified in the update_mask are relative to the zone,
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 `UpdateZoneRequest` class in the GDC Hardware Management v1alpha API is used to update a zone, as indicated by the request's description."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message manipulation and comparison."],["The `UpdateZoneRequest` has properties such as `RequestId`, `UpdateMask`, and `Zone`, allowing users to specify an identifier, which fields to update, and the zone data itself, respectively."],["The `UpdateMask` property is required and determines which fields in the zone will be overwritten during the update."],["The class is part of the `Google.Cloud.GdcHardwareManagement.V1Alpha` namespace, and is found in the `Google.Cloud.GdcHardwareManagement.V1Alpha.dll` assembly."]]],[]]