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-24 UTC."],[[["The `WaitGlobalOperationRequest` class is a request message for the `GlobalOperations.Wait` method within the Google Cloud Compute API, version 1, and is part of the namespace `Google.Cloud.Compute.V1`."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities like message handling, equality checks, deep cloning, and buffer management."],["The latest version of the `WaitGlobalOperationRequest` is 3.6.0, with numerous previous versions available, all the way back to 1.0.0."],["The class has two constructors: a default constructor and a copy constructor that takes another `WaitGlobalOperationRequest` object as a parameter."],["It has two properties, `Operation` and `Project`, both of type string, which are used to specify the operation name and project ID for the request."]]],[]]