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 webpage details the `GetRegionOperationRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically for .NET development."],["The `GetRegionOperationRequest` class is a request message used for `RegionOperations.Get`, allowing retrieval of details about a specific operation."],["It inherits from `Object` and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, cloning, and buffer operations."],["The class includes properties like `Operation`, `Project`, and `Region` to define the scope and target of the request, with each property being a string."],["The available documentation spans various versions, ranging from 1.0.0 up to the most recent version of 3.6.0."]]],[]]