public sealed class WaitGlobalOperationRequest : IMessage<WaitGlobalOperationRequest>, IEquatable<WaitGlobalOperationRequest>, IDeepCloneable<WaitGlobalOperationRequest>, IBufferMessage, IMessage
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 of the `WaitGlobalOperationRequest` is 3.6.0, as listed at the top of the version list."],["This page details the `WaitGlobalOperationRequest` class within the `Google.Cloud.Compute.V1` namespace, part of the Google Cloud Compute .NET library, and is currently on version 2.1.0."],["The `WaitGlobalOperationRequest` class is used to construct request messages for the `GlobalOperations.Wait` method, which is used for requesting an operation on global operations."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two primary properties, `Operation` and `Project`, both strings, which represent the name of the operation and the project ID for the request respectively."]]],[]]