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-04-09 UTC."],[[["The `GetServerConfigRequest` class is part of the Google Kubernetes Engine v1 API within the `Google.Cloud.Container.V1` namespace, used to retrieve the current Kubernetes Engine service configuration."],["This API class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, equality checks, deep cloning, and buffer message manipulation."],["The latest version available is 3.33.0, with a range of previous versions listed, all the way back to version 2.3.0, showcasing the version history and access to prior releases."],["The `GetServerConfigRequest` class includes properties such as `Name`, `ProjectId`, and `Zone`, where `ProjectId` and `Zone` have been marked as obsolete and replaced by the `Name` property for specifying project and location."],["The `GetServerConfigRequest` class can be constructed either as a new object, or by copying data from another `GetServerConfigRequest` object through its constructors."]]],[]]