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 part of the Google Cloud Compute Engine v1 API, specifically within the `Google.Cloud.Compute.V1` namespace and is in the `Google.Cloud.Compute.V1.dll` assembly."],["The latest version of this API is 3.6.0, and the provided content lists versions ranging from 3.6.0 down to 1.0.0, offering links to documentation for each."],["`WaitGlobalOperationRequest` is used as a request message for `GlobalOperations.Wait`, allowing users to interact with global operations in the API."],["The class `WaitGlobalOperationRequest` implements multiple interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage and inherits members from the base object class."],["The `WaitGlobalOperationRequest` class contains properties like `Operation` and `Project` that store the operation name and project ID for the API request, respectively."]]],[]]