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."],[[["The latest version of the `GetServerConfigRequest` API class is 3.33.0, and the page provides access to the reference documentation for multiple versions, including the current page's version, 3.14.0."],["The `GetServerConfigRequest` class is part of the `Google.Cloud.Container.V1` namespace within the Google Kubernetes Engine v1 API and is used to retrieve the current Kubernetes Engine service configuration."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cGetServerConfigRequest\u003e`, `IDeepCloneable\u003cGetServerConfigRequest\u003e`, and `IBufferMessage`, allowing for message handling, equality comparisons, deep cloning, and buffer-level message processing."],["The class includes properties like `Name`, `ProjectId`, and `Zone`, which are used to specify the server config and have fields to represent project and location, with the `ProjectId` and `Zone` properties being deprecated in favor of `Name`."],["There are multiple versions of the `GetServerConfigRequest` available, ranging from versions 2.3.0 up to 3.33.0, each with its respective documentation, showing a history of the class."]]],[]]