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 available for `WaitRegionOperationRequest` is 3.6.0, as shown by the versioning list."],["`WaitRegionOperationRequest` is a request message for RegionOperations.Wait and is part of the Google.Cloud.Compute.V1 namespace."],["This class inherits from Object and implements IMessage, IEquatable, IDeepCloneable, and IBufferMessage interfaces."],["The `WaitRegionOperationRequest` class has three key properties: Operation, Project, and Region, all of which are strings, indicating the operation, project ID, and region for the request."],["The class has two constructors, one which is default, and the other that takes an instance of itself."]]],[]]