public sealed class WaitGlobalOperationRequest : IMessage<WaitGlobalOperationRequest>, IEquatable<WaitGlobalOperationRequest>, IDeepCloneable<WaitGlobalOperationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class WaitGlobalOperationRequest.
A request message for GlobalOperations.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."],[[["The `WaitGlobalOperationRequest` class is a part of the Google Cloud Compute Engine v1 API, used for requesting details about a specific global operation."],["Version 3.6.0 is the most recent, with a list of prior versions ranging from 1.0.0 to 3.5.0 available, which are linked to their respective documentation for the `WaitGlobalOperationRequest` class."],["This class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as has an implemenation of the `IMessage` interface."],["The `WaitGlobalOperationRequest` class includes properties such as `Operation` and `Project`, which are used to identify the specific operation and project of interest."],["The `WaitGlobalOperationRequest` class has two constructors, a parameterless constructor, and one that takes another `WaitGlobalOperationRequest` as a parameter."]]],[]]