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 used for requesting operation details in the Compute Engine v1 API."],["This class is implemented in the Google.Cloud.Compute.V1 namespace, within the Google.Cloud.Compute.V1.dll assembly."],["The documentation provides details for versions ranging from 1.0.0 to 3.6.0, with 3.6.0 being the latest release."],["`GetRegionOperationRequest` inherits from the base `object` class, and implements interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["This class has properties such as `Operation`, `Project`, and `Region`, used for specifying the operation, project ID, and region for the request, respectively."]]],[]]