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 latest version available for the `WaitGlobalOperationRequest` class is 3.6.0, with a range of previous versions accessible, starting from version 1.0.0."],["This documentation pertains to the `WaitGlobalOperationRequest` class within the Compute Engine v1 API, detailing its purpose as a request message for GlobalOperations.Wait."],["The `WaitGlobalOperationRequest` class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class can be constructed using the default constructor `WaitGlobalOperationRequest()` or by copying another instance with the `WaitGlobalOperationRequest(WaitGlobalOperationRequest other)` constructor."],["The `WaitGlobalOperationRequest` class includes two main properties: `Operation`, which is the name or unique ID of the operation, and `Project`, the ID for the request."]]],[]]