public sealed class WaitRegionOperationRequest : IMessage<WaitRegionOperationRequest>, IEquatable<WaitRegionOperationRequest>, IDeepCloneable<WaitRegionOperationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class WaitRegionOperationRequest.
A request message for RegionOperations.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-04-09 UTC."],[[["This webpage provides reference documentation for the `WaitRegionOperationRequest` class within the Compute Engine v1 API for .NET, specifically version 3.3.0."],["The `WaitRegionOperationRequest` class is used to request the waiting of a region operation, as indicated by its purpose and the `RegionOperations.Wait` method it is associated with."],["The documentation lists various versions of the API, ranging from the latest 3.6.0 down to 1.0.0, each with its respective link to the `WaitRegionOperationRequest` class."],["The `WaitRegionOperationRequest` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, each defining certain properties of the class, as well as various methods."],["Key properties of the `WaitRegionOperationRequest` class include `Operation`, `Project`, and `Region`, which are all of type `string` and used to specify the operation, project ID, and region, respectively."]]],[]]