public sealed class GetGlobalOperationRequest : IMessage<GetGlobalOperationRequest>, IEquatable<GetGlobalOperationRequest>, IDeepCloneable<GetGlobalOperationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetGlobalOperationRequest.
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 latest version of the `GetGlobalOperationRequest` class is 3.6.0, but there are many versions available, including all the way down to version 1.0.0."],["`GetGlobalOperationRequest` is a class within the Compute Engine v1 API, specifically designed for use with `GlobalOperations.Get`, as a request message, in the Google.Cloud.Compute.V1 namespace."],["The class `GetGlobalOperationRequest` inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, providing various functionalities."],["`GetGlobalOperationRequest` includes two main properties, Operation and Project, both of which are of type string, intended for use in identifying the operation name and the project ID, respectively."],["The two constructors avaliable are the default `GetGlobalOperationRequest()` constructor and `GetGlobalOperationRequest(GetGlobalOperationRequest other)`, which accepts another instance of the same class as a parameter."]]],[]]