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 reference documentation for the `UpdateZoneRequest` class within the Google Cloud Dataplex v1 API, focusing on version 2.14.0 but also listing versions from 1.0.0 through 3.6.0."],["The `UpdateZoneRequest` class is used to request an update to a zone and is part of the `Google.Cloud.Dataplex.V1` namespace in the `Google.Cloud.Dataplex.V1.dll` assembly."],["The `UpdateZoneRequest` class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `UpdateZoneRequest` class include `UpdateMask`, `ValidateOnly`, and `Zone`, which control the fields to be updated, whether to only validate, and the updated zone data, respectively."],["The page also outlines the constructors of the class, which allow for creating a new or copied `UpdateZoneRequest` object."]]],[]]