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 numerous previous versions available, ranging from 3.32.0 down to 2.3.0, providing historical access to previous iterations."],["This page provides reference documentation and code samples for the `GetServerConfigRequest` class within the Google Kubernetes Engine v1 API, allowing developers to fetch Kubernetes Engine service configurations."],["The `GetServerConfigRequest` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetServerConfigRequest` class has properties such as `Name`, `ProjectId` (deprecated), and `Zone` (deprecated) which are all of string type, and can be used to specify the server configuration to be retrieved."],["The class `GetServerConfigRequest` can be instantiated using default constructor or one that takes in another `GetServerConfigRequest` instance."]]],[]]