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-04-09 UTC."],[[["This webpage provides reference documentation for the `UpdateZoneRequest` class within the Google Cloud Dataplex V1 API, with the latest version being 3.6.0."],["The `UpdateZoneRequest` class is used to update a zone in the Dataplex service, with supported versions ranging from 1.0.0 to 3.6.0."],["The `UpdateZoneRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `UpdateZoneRequest` class include `UpdateMask` to specify which fields to update, `ValidateOnly` for request validation without performing changes, and `Zone` for the update description."],["The class has 2 constructors: `UpdateZoneRequest()` and `UpdateZoneRequest(UpdateZoneRequest other)` that can be used."]]],[]]