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-03-21 UTC."],[[["This page details the `GetServerConfigRequest` class, which is used to retrieve the current Kubernetes Engine service configuration."],["The `GetServerConfigRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the `GetServerConfigRequest` is `3.33.0`, with numerous prior versions also being accessible on the page, starting from `2.3.0`."],["The `GetServerConfigRequest` class includes properties like `Name`, `ProjectId`, and `Zone`, with `ProjectId` and `Zone` marked as deprecated, replaced by the `Name` property."],["The class includes 2 constructors: the default `GetServerConfigRequest()` and one that copies another instance of the same class, `GetServerConfigRequest(GetServerConfigRequest other)`."]]],[]]