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."],[[["This webpage provides reference documentation for the `GetRegionOperationRequest` class within the Google Compute Engine v1 API, specifically for .NET development."],["The latest version available is 3.6.0, while version 3.3.0 is the specific version in focus and it shows a long list of previous releases."],["`GetRegionOperationRequest` is used as a request message for the `RegionOperations.Get` method, with an implementation that includes `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Operation`, `Project`, and `Region`, all of which are strings, to define the request's target."],["The available constructors are `GetRegionOperationRequest()`, and a constructor that allows for the cloning of another `GetRegionOperationRequest` instance, `GetRegionOperationRequest(GetRegionOperationRequest other)`."]]],[]]