public sealed class GetServerConfigRequest : IMessage<GetServerConfigRequest>, IEquatable<GetServerConfigRequest>, IDeepCloneable<GetServerConfigRequest>, IBufferMessage, IMessage
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-04-09 UTC."],[[["This page details the `GetServerConfigRequest` class within the `Google.Cloud.Container.V1` namespace, providing access to Kubernetes Engine service configurations across multiple versions."],["The latest version of `GetServerConfigRequest` is 3.33.0, with numerous older versions available, ranging down to version 2.3.0."],["The `GetServerConfigRequest` class allows retrieving the current Kubernetes Engine service configuration and implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has properties like `Name`, `ProjectId`, and `Zone`, where `ProjectId` and `Zone` are now deprecated in favor of using the `Name` property for specifying project and location."],["There are two constructors, one being the default constructor and the other taking another `GetServerConfigRequest` object as a parameter for creating a new instance."]]],[]]