public sealed class WaitRegionOperationRequest : IMessage<WaitRegionOperationRequest>, IEquatable<WaitRegionOperationRequest>, IDeepCloneable<WaitRegionOperationRequest>, IBufferMessage, IMessage
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 latest version of the `WaitRegionOperationRequest` is 3.6.0, part of the Google.Cloud.Compute.V1 namespace, with various prior versions available dating back to 1.0.0."],["`WaitRegionOperationRequest` is a request message for RegionOperations.Wait, designed for retrieving details about an operation in a specific region."],["The `WaitRegionOperationRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `WaitRegionOperationRequest` class includes properties for `Operation`, `Project`, and `Region`, which are string values used to specify the operation's name, the project ID, and the region name respectively."],["There are two constructors for the `WaitRegionOperationRequest` class: a default constructor and a copy constructor that takes another `WaitRegionOperationRequest` object."]]],[]]