public sealed class GetRegionOperationRequest : IMessage<GetRegionOperationRequest>, IEquatable<GetRegionOperationRequest>, IDeepCloneable<GetRegionOperationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetRegionOperationRequest.
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 `GetRegionOperationRequest` class is part of the Google Cloud Compute Engine v1 API, and is used to request information about region operations."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like message handling, comparison, cloning, and buffering."],["The available versions range from 1.0.0 to 3.6.0, with version 3.6.0 being the latest."],["It contains three properties: `Operation`, `Project`, and `Region`, all of which are strings, representing the operation name, project ID, and region name respectively."],["There are two constructors provided: a default one and another one that takes an existing instance of `GetRegionOperationRequest` as a parameter."]]],[]]