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 latest version of the Google Cloud Dataplex V1 API documented is 3.6.0, with a variety of previous versions, including 3.5.0, 3.4.0, all the way down to 1.0.0, also listed."],["The `UpdateZoneRequest` class is part of the `Google.Cloud.Dataplex.V1` namespace and is used for updating zone descriptions within the Cloud Dataplex API."],["The `UpdateZoneRequest` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, comparison, deep cloning, and buffer operations."],["Key properties of the `UpdateZoneRequest` class include `UpdateMask`, which specifies the fields to be updated, `ValidateOnly` to test the request without committing, and `Zone` which holds the updated zone data."],["There are two constructors available for the `UpdateZoneRequest` class: a default constructor and one that takes another `UpdateZoneRequest` object, allowing for both the creation of new instances and the copying of existing ones."]]],[]]