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 the .NET environment."],["The documentation covers version 3.0.0, along with a list of other available versions ranging from 1.0.0 to 3.6.0 (the latest)."],["The `UpdateZoneRequest` class allows for updating zone configurations within Dataplex and offers options to define an `UpdateMask` for specific field updates and a `ValidateOnly` flag for testing changes before implementation."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities like message handling, equality comparison, deep cloning, and buffer message operations."],["The page details the constructors and properties of `UpdateZoneRequest`, including the `UpdateMask`, `ValidateOnly` and `Zone`, as well as their parameters, descriptions, and types."]]],[]]