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 down to version 1.0.0."],["`GetGlobalOperationRequest` is a class within the Google.Cloud.Compute.V1 namespace, used for requesting global operation information."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to perform a variety of actions."],["The class has two properties, `Operation` and `Project`, which are both strings used to define the operation to be returned and the project ID to be used."],["`GetGlobalOperationRequest` includes two constructors, one for a default initiation and another that accepts another instance of the `GetGlobalOperationRequest` class as a parameter."]]],[]]