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."],[[["This webpage details the `GetGlobalOperationRequest` class within the `Google.Cloud.Compute.V1` namespace, used for retrieving information about global operations."],["The content provides a comprehensive list of available versions of the `GetGlobalOperationRequest`, ranging from the latest 3.6.0 down to version 1.0.0."],["`GetGlobalOperationRequest` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various operations like message handling, object comparison, deep cloning, and buffer management."],["The `GetGlobalOperationRequest` class includes properties `Operation` and `Project`, which are both string types used for specifying the operation name and project ID respectively."],["There are two constructor methods for creating a `GetGlobalOperationRequest`, an empty constructor and a copy constructor that takes another `GetGlobalOperationRequest` as an argument."]]],[]]