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-04-09 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, implementing interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable` for various functionalities."],["The `GetOperationRequest` class includes properties such as `Name`, `OperationId`, `ProjectId`, and `Zone` to specify the operation to get, with some fields being marked as deprecated in favor of the `Name` property."],["The `GetOperationRequest` class includes two constructors, a default constructor, and one which takes in another `GetOperationRequest` object."],["The `Google.Cloud.Container.V1` namespace and the `Google.Cloud.Container.V1.dll` assembly contain the documented class, allowing developers to access this through their .NET code."]]],[]]