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 content provides a version history and documentation for `GetGlobalOperationRequest` within the `Google.Cloud.Compute.V1` .NET library, with version 3.6.0 being the latest release and a list of versions dating back to 1.0.0."],["`GetGlobalOperationRequest` is a class used to request a global operation in Google Cloud Compute and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetGlobalOperationRequest` class has two constructors and two properties, `Operation` and `Project`, both of which are strings, which are used to specify the operation and the project for the request."],["The documented class inherits from `Object` and includes inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, all of which are accessible through the object."],["The documentation specifies the namespace as `Google.Cloud.Compute.V1` and the assembly as `Google.Cloud.Compute.V1.dll`, which are critical for users to understand where to find and use this class within the .NET ecosystem."]]],[]]