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-31 UTC."],[[["The `GetGlobalOrganizationOperationRequest` class is part of the Google Cloud Compute Engine v1 API within the .NET environment."],["This class serves as a request message for the `GlobalOrganizationOperations.Get` method, used to retrieve details about a specific global organization operation."],["The latest version available is 3.6.0, and the documentation includes historical versions of this class from 1.0.0 to the latest version, indicating its development history."],["The `GetGlobalOrganizationOperationRequest` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with inheriting members from the `object` class."],["It features properties like `Operation` and `ParentId` to define the specific operation to be queried and the parent ID associated with it, respectively, along with the `HasParentId` boolean property to indicate if the parent ID is set."]]],[]]