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 latest version of `GetRegionOperationRequest` is 3.6.0, and the page offers access to documentation for versions ranging from 1.0.0 to 3.6.0."],["The `GetRegionOperationRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` enhancing its functionality and compatibility."],["Key properties of the class include `Operation`, `Project`, and `Region`, which are used to specify the operation details and its context."],["The class provides two constructors: a default one and another to clone from an existing `GetRegionOperationRequest` object."]]],[]]