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 page provides documentation for the `UpdateZoneRequest` class within the Google Cloud Dataplex V1 API, specifically for version 3.4.0."],["The `UpdateZoneRequest` class is used to update a zone in Dataplex and inherits from several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["Key properties of the `UpdateZoneRequest` class include `UpdateMask`, which specifies which fields to update, `ValidateOnly` to validate requests without performing changes, and `Zone`, which contains the update description."],["The documentation also lists the available versions of the `UpdateZoneRequest`, ranging from version 1.0.0 up to the latest version 3.6.0."],["The class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, while also inheriting from `object`."]]],[]]