public sealed class WaitZoneOperationRequest : IMessage<WaitZoneOperationRequest>, IEquatable<WaitZoneOperationRequest>, IDeepCloneable<WaitZoneOperationRequest>, IBufferMessage, IMessage
A request message for ZoneOperations.Wait. See the method description for details.
[[["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 webpage details the `WaitZoneOperationRequest` class within the `Google.Cloud.Compute.V1` namespace, used for managing zone operations in the Google Cloud Compute API."],["The latest version available for this class is 3.6.0, but the documentation page also lists past versions, from 3.5.0 back to 1.0.0."],["The `WaitZoneOperationRequest` class implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for various functionalities, including message handling and cloning."],["Key properties of the `WaitZoneOperationRequest` class include `Operation`, `Project`, and `Zone`, all of which are strings used to specify the operation, project ID, and zone respectively."],["The class has two constructors, one default and one that accepts another `WaitZoneOperationRequest` instance to facilitate object copying."]]],[]]