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-24 UTC."],[[["The latest version available for `WaitZoneOperationRequest` is 3.6.0, part of the Google.Cloud.Compute.V1 namespace, with previous versions ranging down to 1.0.0."],["`WaitZoneOperationRequest` is a request message used for the `ZoneOperations.Wait` method within the Google Cloud Compute API."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["`WaitZoneOperationRequest` has three key properties: `Operation`, which is the name of the Operations resource; `Project`, which is the project ID; and `Zone`, which is the name of the zone."],["This class has two constructors: a default one, and one that takes another instance of `WaitZoneOperationRequest` as a parameter for creating a new object based on the input."]]],[]]