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."],[[["The latest version available for `GetRegionOperationRequest` is 3.6.0, with a range of versions available from 1.0.0 to 3.6.0."],["`GetRegionOperationRequest` is a request message used for retrieving information about region operations, specifically within the Google.Cloud.Compute.V1 namespace."],["The class `GetRegionOperationRequest` inherits from the `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains three properties, `Operation`, `Project`, and `Region`, all of which are strings, to provide details about the specific operation, project, and region in question."],["The `GetRegionOperationRequest` class has two constructors, one being an empty constructor and the second accepting another `GetRegionOperationRequest` as a parameter for deep cloning."]]],[]]