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-03-21 UTC."],[[["The `WaitRegionOperationRequest` class is part of the Google Cloud Compute Engine v1 API, as seen in the `Google.Cloud.Compute.V1` namespace."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality for message handling, equality checks, deep cloning, and buffered message operations."],["The `WaitRegionOperationRequest` class has properties for `Operation`, `Project`, and `Region`, all of which are of type string, and are essential for specifying the operation, project, and region in a request."],["The provided documentation covers versions of the `WaitRegionOperationRequest` class, from version 1.0.0 to the latest, 3.6.0, including version 2.15.0, offering a historical overview of the class's development."],["The `WaitRegionOperationRequest` class is used for sending a request to wait for a region operation, detailed further in the method description."]]],[]]