public sealed class GetRegionOperationRequest : IMessage<GetRegionOperationRequest>, IEquatable<GetRegionOperationRequest>, IDeepCloneable<GetRegionOperationRequest>, IBufferMessage, IMessage
A request message for RegionOperations.Get. 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 page details the `GetRegionOperationRequest` class within the `Google.Cloud.Compute.V1` namespace, used for retrieving details about a region operation."],["The `GetRegionOperationRequest` class has been implemented in versions ranging from 1.0.0 to 3.6.0, where version 3.6.0 is the latest available version."],["It inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetRegionOperationRequest` class includes properties for `Operation`, `Project`, and `Region`, all of which are of type string."],["The `GetRegionOperationRequest` class has two constructors, one being a parameterless constructor and the other one taking in another `GetRegionOperationRequest` as a parameter."]]],[]]