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 range of older versions listed, starting from 1.0.0, providing access to previous releases."],["The `WaitGlobalOperationRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and utility."],["It includes properties such as `Operation` and `Project`, which are strings used to specify the name of the operations resource and the project ID, respectively, facilitating targeted operations."],["There are two constructors available for the `WaitGlobalOperationRequest` class, a parameterless constructor and one that accepts another instance of the same class, allowing for flexible object creation and cloning."]]],[]]