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, as indicated by its description and the methods and properties associated with the class."],["The documentation details the inheritance and interface implementations of `GetOperationRequest`, such as `IMessage`, `IEquatable`, and `IDeepCloneable`, and it presents the constructors and properties like `Name`, `OperationId`, `ProjectId`, and `Zone`."],["The `OperationId`, `ProjectId`, and `Zone` properties are marked as obsolete, with recommendations to use the `Name` property instead, which follows the format `projects/*/locations/*/operations/*`."],["The information provided includes links to documentation for various versions of the Google.Cloud.Container.V1 library, allowing users to access information specific to a particular version of the API."]]],[]]