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 `WaitRegionOperationRequest` class is a request message for `RegionOperations.Wait` in the `Google.Cloud.Compute.V1` namespace."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `WaitRegionOperationRequest` class has constructors for both default initialization and cloning from another `WaitRegionOperationRequest` object."],["The class contains properties for `Operation`, `Project`, and `Region`, which are all of type string, and represent the name of the operation, project ID, and the region for the request, respectively."],["The webpage also contains links to documentation for the different versions of this class, ranging from 1.0.0 up to 3.6.0 which is the latest."]]],[]]