public sealed class GetServerConfigRequest : IMessage<GetServerConfigRequest>, IEquatable<GetServerConfigRequest>, IDeepCloneable<GetServerConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class GetServerConfigRequest.
Gets the current Kubernetes Engine service configuration.
[[["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 `GetServerConfigRequest` class within the Google Kubernetes Engine v1 API, specifically for the .NET environment, showcasing versions from 2.3.0 to the latest 3.33.0."],["The `GetServerConfigRequest` class is designed to retrieve the current configuration of the Kubernetes Engine service, inheriting from various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetServerConfigRequest` class has two constructors: a default one and another that takes another instance of `GetServerConfigRequest` as a parameter."],["The class includes properties such as `Name`, `ProjectId` (deprecated), and `Zone` (deprecated), which are used to specify the server config to retrieve."],["The document specifies the namespace `Google.Cloud.Container.V1`, and the assembly `Google.Cloud.Container.V1.dll`."]]],[]]