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."],[[["This webpage details the `GetRegionOperationRequest` class within the `Google.Cloud.Compute.V1` namespace, used for retrieving details about a region operation."],["The latest version available is 3.6.0, and the page provides links to documentation for numerous previous versions, going back to version 1.0.0."],["The `GetRegionOperationRequest` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `GetRegionOperationRequest` include `Operation`, `Project`, and `Region`, all of which are string types and used to define the specifics of the operation request."],["The provided documentation details the construction of a `GetRegionOperationRequest` object, how to copy one, and has descriptions of its relevant parameters and properties."]]],[]]