public sealed class DeleteGameServerConfigRequest : IMessage<DeleteGameServerConfigRequest>, IEquatable<DeleteGameServerConfigRequest>, IDeepCloneable<DeleteGameServerConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Game Services v1 API class DeleteGameServerConfigRequest.
Request message for GameServerConfigsService.DeleteGameServerConfig.
Required. The name of the game server config to delete, in the following form:
projects/{project}/locations/{location}/gameServerDeployments/{deployment}/configs/{config}.
[[["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 document provides reference information for the `DeleteGameServerConfigRequest` class within the Google Cloud Game Services v1 API."],["`DeleteGameServerConfigRequest` is the request message type used for deleting a game server configuration."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities and structure."],["The document details the properties `GameServerConfigName` and `Name`, which are used to specify the game server configuration to be deleted, the name property being required for the process."],["The content shows the available versions for the `DeleteGameServerConfigRequest` class, which range from version 1.1.0 up to the latest version, 2.2.0."]]],[]]