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."],[[["This page provides documentation for the `GetGlobalOperationRequest` class within the Google Compute Engine v1 API for .NET."],["The `GetGlobalOperationRequest` class is a request message used to retrieve information about a global operation and is part of the `Google.Cloud.Compute.V1` namespace."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation covers class properties `Operation` and `Project`, which are both strings and essential parameters for the request, as well as the various .NET versions it has been available in, starting from version 1.0.0 to the latest version 3.6.0."],["You can construct the class using a default constructor or by providing another `GetGlobalOperationRequest` object."]]],[]]