public sealed class WaitZoneOperationRequest : IMessage<WaitZoneOperationRequest>, IEquatable<WaitZoneOperationRequest>, IDeepCloneable<WaitZoneOperationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class WaitZoneOperationRequest.
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-31 UTC."],[[["The `WaitZoneOperationRequest` class is part of the Google Cloud Compute Engine v1 API and is used for waiting on zone operations, with the latest version being 3.6.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities like message handling, equality comparison, and cloning."],["The `WaitZoneOperationRequest` class is derived from the base `object` class, inheriting its core methods such as `GetHashCode`, `GetType`, and `ToString`."],["It includes properties like `Operation`, `Project`, and `Zone`, which are crucial for defining the specific operation and location within the Compute Engine environment."],["There is a breakdown of the versions of the API from 1.0.0 to 3.6.0, allowing developers to access documentation that corresponds to the specific version they are using."]]],[]]