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 `GetGlobalOperationRequest` class is used to request details about a global operation within the Google Cloud Compute API, as indicated by its class description."],["Version 3.6.0 is the most recent, or latest, version available for the `GetGlobalOperationRequest` as seen in the provided version list, while the document is specifically for version 1.3.0."],["The `GetGlobalOperationRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor and another that takes an existing `GetGlobalOperationRequest` object as a parameter for creating a copy, and includes properties such as `Operation` and `Project`."],["The provided content lists multiple versions of the `GetGlobalOperationRequest` class, ranging from version 1.0.0 to the latest 3.6.0, allowing users to access the documentation of specific versions."]]],[]]