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-04-09 UTC."],[[["The `GetRegionOperationRequest` class is used to request details about a specific operation in a given region, as part of the Compute Engine v1 API."],["This class supports multiple versions, ranging from the latest `3.6.0` down to `1.0.0`, providing versioned access to documentation."],["`GetRegionOperationRequest` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality."],["The class has constructors for default initialization and copying from another `GetRegionOperationRequest` object."],["The class has properties for specifying the `Operation` name, `Project` ID, and the target `Region`."]]],[]]