public sealed class GetGameServerConfigRequest : IMessage<GetGameServerConfigRequest>, IEquatable<GetGameServerConfigRequest>, IDeepCloneable<GetGameServerConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud for Games v1beta API class GetGameServerConfigRequest.
Request message for GameServerConfigsService.GetGameServerConfig.
[[["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 `GetGameServerConfigRequest` class is a request message for retrieving a specific game server configuration in the Google Cloud for Games v1beta API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, cloning, and buffered operations."],["The class is found within the `Google.Cloud.Gaming.V1Beta` namespace, part of the `Google.Cloud.Gaming.V1Beta.dll` assembly."],["It includes properties such as `GameServerConfigName` (a typed view) and `Name` (a string), which represent the name of the requested game server config in the format `projects/{project}/locations/{location}/gameServerDeployments/{deployment}/configs/{config}`."]]],[]]