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-03-21 UTC."],[[["The webpage provides documentation for the `GetServerConfigRequest` class within the `Google.Cloud.Container.V1` namespace, part of the Google Cloud Container API."],["Version 3.33.0 is the latest documented release, with a history of releases listed back to version 2.3.0."],["`GetServerConfigRequest` is a class that inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetServerConfigRequest` class allows users to retrieve the current Kubernetes Engine service configuration."],["The class has properties such as `Name`, `ProjectId`, and `Zone` for specifying the server configuration to retrieve, with `ProjectId` and `Zone` being deprecated and replaced by the `Name` property."]]],[]]