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-04-09 UTC."],[[["This page provides reference documentation for the `GetGlobalOperationRequest` class within the Compute Engine v1 API for .NET, specifically version 3.3.0."],["The `GetGlobalOperationRequest` class is used to retrieve information about a global operation, as indicated by its function within the `GlobalOperations.Get` method."],["The documentation lists various versions of the `GetGlobalOperationRequest` class, ranging from 1.0.0 up to the latest version 3.6.0, allowing developers to access the class across multiple versions."],["The `GetGlobalOperationRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and the class itself inherits from `object`."],["Key properties of the `GetGlobalOperationRequest` class include `Operation` (the name or ID of the operation) and `Project` (the project ID associated with the request), both of which are of type string."]]],[]]