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 page provides documentation for the `GetServerConfigRequest` class within the Google Kubernetes Engine v1 API, with the latest version being 3.33.0."],["The `GetServerConfigRequest` class is used to retrieve the current Kubernetes Engine service configuration, implementing several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class offers properties such as `Name`, `ProjectId` (deprecated), and `Zone` (deprecated) for specifying the server configuration to retrieve, with `Name` replacing `ProjectId` and `Zone` for project and location specification."],["A comprehensive history of versions from 3.0.0 to 3.33.0, and a number of 2.x versions are documented, with links provided for each."],["The `GetServerConfigRequest` class also includes constructors to instantiate a new object, either as an empty instance, or by cloning another `GetServerConfigRequest` instance."]]],[]]