public sealed class UpdateZoneRequest : IMessage<UpdateZoneRequest>, IEquatable<UpdateZoneRequest>, IDeepCloneable<UpdateZoneRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class UpdateZoneRequest.
[[["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-25 UTC."],[[["The `UpdateZoneRequest` class is part of the Google Cloud Dataplex V1 API, and is used to define a request for updating a zone within Dataplex."],["Version 3.6.0 is the latest version, with a range of prior versions from 3.5.0 down to 1.0.0 available for reference."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and protocol buffering."],["Key properties of the `UpdateZoneRequest` include `UpdateMask`, `ValidateOnly`, and `Zone`, which are used to specify update parameters and whether the update should be validated before execution."],["This class is located within the `Google.Cloud.Dataplex.V1` namespace and is part of the `Google.Cloud.Dataplex.V1.dll` assembly."]]],[]]