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 reference documentation for the `UpdateZoneRequest` class within the Google Cloud Dataplex V1 API, detailing its usage in .NET environments."],["The `UpdateZoneRequest` class is part of the `Google.Cloud.Dataplex.V1` namespace and is found in the `Google.Cloud.Dataplex.V1.dll` assembly, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation covers a range of versions for this API, from 1.0.0 to the latest 3.6.0, with links to the documentation of each version, allowing developers to reference the specific version relevant to their project."],["Key properties of the `UpdateZoneRequest` class include `UpdateMask`, `ValidateOnly`, and `Zone`, each serving specific purposes in updating a zone, with `UpdateMask` as a required property."],["Constructors for creating an `UpdateZoneRequest` object are documented, including a default constructor and one that takes another `UpdateZoneRequest` object as a parameter."]]],[]]