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-04-09 UTC."],[[["The page documents various versions of `GetServerConfigRequest` within the `Google.Cloud.Container.V1` namespace, ranging from the latest version 3.33.0 down to version 2.3.0."],["`GetServerConfigRequest` is a class used to retrieve the current Kubernetes Engine service configuration."],["The class `GetServerConfigRequest` inherits from Object and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`GetServerConfigRequest` contains properties such as Name, ProjectId, and Zone, with ProjectId and Zone being deprecated in favor of the Name property."],["The class offers two constructors, one parameterless and another that takes another `GetServerConfigRequest` object."]]],[]]