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 webpage provides documentation for the `GetServerConfigRequest` class within the Google Kubernetes Engine v1 API, specifically for the .NET environment, across multiple versions."],["The latest version available is 3.33.0, while the current page focuses on version 3.19.0, and there are multiple previous version links available."],["`GetServerConfigRequest` class is used to retrieve the current Kubernetes Engine service configuration and inherits from various interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes constructors and properties like `Name`, `ProjectId`, and `Zone`, with `ProjectId` and `Zone` being deprecated and replaced by the `Name` property."],["The `Name` property specifies the project and location for retrieving the server configuration, following the format `projects/*/locations/*`."]]],[]]