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."],[[["This document provides reference information for the `UpdateZoneRequest` class within the Google.Cloud.Dataplex.V1 API, detailing its properties, constructors, and inherited members."],["The `UpdateZoneRequest` class is part of the Google.Cloud.Dataplex.V1 namespace and is used to send a request to update a zone within the Dataplex environment."],["The `UpdateZoneRequest` class is accessible through multiple versions of the API, ranging from version 1.0.0 to the latest version, 3.6.0, with links provided for each version."],["The class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, which are standard interfaces used in Protocol Buffers."],["Key properties of the `UpdateZoneRequest` class include `UpdateMask` to specify which fields to update, `ValidateOnly` for request validation without mutation, and `Zone` to define the zone update description."]]],[]]