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."],[[["This page details the `WaitGlobalOperationRequest` class within the `Google.Cloud.Compute.V1` namespace, used for managing global operations in the Google Cloud Compute API."],["The latest version available for this class is 3.6.0, with a history of versions dating back to 1.0.0, all linked for reference."],["The `WaitGlobalOperationRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that takes another `WaitGlobalOperationRequest` object as a parameter for copying."],["The class has two string type properties which are \"Operation\" and \"Project\" that store the resource name to return and project ID respectively."]]],[]]