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 webpage provides documentation for the `UpdateZoneRequest` class within the Google Cloud Dataplex v1 API, specifically for version 3.2.0."],["The `UpdateZoneRequest` class allows for updating zone configurations in the Dataplex service and it implements multiple interfaces for message handling and object equality."],["The documentation details the class's properties, such as `UpdateMask`, `ValidateOnly`, and `Zone`, which control what fields to update, whether to validate or perform mutations, and the zone object itself."],["There is a list of several older versions of the package for the `UpdateZoneRequest` class, with the latest being 3.6.0, so the current page does not have the most up-to-date information."],["There are two different constructors for `UpdateZoneRequest`, one default, and one with the ability to clone another `UpdateZoneRequest` instance."]]],[]]