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 reference documentation for the `GetServerConfigRequest` class within the Google Kubernetes Engine v1 API for .NET, with the current version being 3.9.0."],["The latest version of the documentation available is for version 3.33.0, alongside various older versions starting from 3.32.0 and going down to 2.3.0."],["`GetServerConfigRequest` is used to retrieve the current configuration of the Kubernetes Engine service, implementing multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties such as `Name`, `ProjectId`, and `Zone`, with the latter two being marked as deprecated in favor of the `Name` property."],["There are also two constructors for this class, one being a default constructor, and the other accepts an instance of `GetServerConfigRequest`."]]],[]]