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."],[[["This webpage details the `WaitRegionOperationRequest` class within the `Google.Cloud.Compute.V1` namespace, used for managing requests related to regional operations."],["The latest version available is 3.6.0, and the page provides links to documentation for various versions ranging from 1.0.0 up to the latest 3.6.0."],["`WaitRegionOperationRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality."],["The class includes properties such as `Operation`, `Project`, and `Region`, which are essential strings for specifying the operation, project, and region associated with the request."],["There are two constructors provided for creating instances of the `WaitRegionOperationRequest` class, one default and another accepting an existing `WaitRegionOperationRequest` object for cloning."]]],[]]