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-24 UTC."],[[["This webpage details the `GetRegionOperationRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically for .NET development."],["The latest version of the `GetRegionOperationRequest` documentation is 3.6.0, with various previous versions, from 1.0.0 onwards, available for reference."],["`GetRegionOperationRequest` is a request message used for retrieving details about regional operations, and it inherits from `Object` while implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties within the `GetRegionOperationRequest` class include `Operation`, `Project`, and `Region`, which are all string types used to specify the operation, project ID, and region respectively."],["The class provides two constructors, one default and another that takes an existing `GetRegionOperationRequest` instance as a parameter for copying."]]],[]]