public sealed class GetOperationRequest : IMessage<GetOperationRequest>, IEquatable<GetOperationRequest>, IDeepCloneable<GetOperationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class GetOperationRequest.
[[["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 provides documentation for the `GetOperationRequest` class within the Google Kubernetes Engine v1 API, specifically for the .NET environment, covering versions from 2.3.0 up to the latest version 3.33.0."],["The `GetOperationRequest` class is used to retrieve a single operation, with the latest implementation found in version 3.33.0, and it inherits from `object` while implementing multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Name` to identify the operation to get, along with deprecated properties like `OperationId`, `ProjectId`, and `Zone` that have been replaced by the `Name` property."],["There are two constructors available for the `GetOperationRequest` class: a default constructor and one that accepts another `GetOperationRequest` object for copying."],["The namespace for the `GetOperationRequest` class is `Google.Cloud.Container.V1`, and it is part of the `Google.Cloud.Container.V1.dll` assembly."]]],[]]