public sealed class GetGlobalOperationRequest : IMessage<GetGlobalOperationRequest>, IEquatable<GetGlobalOperationRequest>, IDeepCloneable<GetGlobalOperationRequest>, IBufferMessage, IMessage
A request message for GlobalOperations.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 page details the `GetGlobalOperationRequest` class within the `Google.Cloud.Compute.V1` namespace, which is a request message for the `GlobalOperations.Get` method."],["This class has been implemented with several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities like message handling, comparison, deep cloning, and buffer management."],["The `GetGlobalOperationRequest` class contains two primary properties: `Operation`, which is the name of the operations resource to return, and `Project`, which specifies the project ID for the request."],["The page lists multiple versions of the API, with version 3.6.0 being the latest and accessible via the hyperlink provided at the top of the version list."],["The class inherits from the base `Object` class, and the page also highlights inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]