public sealed class GetGlobalOrganizationOperationRequest : IMessage<GetGlobalOrganizationOperationRequest>, IEquatable<GetGlobalOrganizationOperationRequest>, IDeepCloneable<GetGlobalOrganizationOperationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetGlobalOrganizationOperationRequest.
A request message for GlobalOrganizationOperations.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."],[[["Version 3.6.0 is the latest version available for the `GetGlobalOrganizationOperationRequest` in the Compute Engine v1 API."],["The `GetGlobalOrganizationOperationRequest` class is part of the Google.Cloud.Compute.V1 namespace and is used for requesting operations."],["The class has constructors to create new instances, either empty or as a copy from an existing `GetGlobalOrganizationOperationRequest` instance."],["This request message class implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable` for functionality like message handling, equality checks, and deep cloning, respectively."],["It has properties `HasParentId`, `Operation`, and `ParentId`, where the latter two are strings representing the operation name and parent ID, and the first one is a boolean indicating if the parent ID is set."]]],[]]