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-21 UTC."],[[["This page provides documentation for the `UpdateZoneRequest` class within the Google Cloud Dataplex v1 API, specifically for .NET development."],["The latest version of the `UpdateZoneRequest` API class is 3.6.0, with a comprehensive list of previous versions, starting from 1.0.0."],["The `UpdateZoneRequest` class, which inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, is used to request an update to a zone."],["The class includes properties like `UpdateMask`, `ValidateOnly`, and `Zone`, which allow for specifying which fields to update, validating the request without performing changes, and providing the updated zone details respectively."],["The page also provides information on the constructors of the `UpdateZoneRequest` class, including a parameter to pass another instance of the same class."]]],[]]