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."],[[["The latest version of the Google.Cloud.Container.V1 API is 3.33.0, with the documentation containing versions down to 2.3.0."],["This documentation is specifically for the `GetServerConfigRequest` class within the Google Kubernetes Engine v1 API."],["The `GetServerConfigRequest` class, which inherits from `object` and implements multiple interfaces, is used to retrieve the current Kubernetes Engine service configuration."],["The class includes properties such as `Name`, `ProjectId`, and `Zone`, with `ProjectId` and `Zone` being deprecated in favor of the `Name` property, which specifies the project and location of the server config."],["There are also 2 constructors available: one default and another that creates a new instance from an existing `GetServerConfigRequest` object."]]],[]]