public sealed class UpdateGameServerDeploymentRequest : IMessage<UpdateGameServerDeploymentRequest>, IEquatable<UpdateGameServerDeploymentRequest>, IDeepCloneable<UpdateGameServerDeploymentRequest>, IBufferMessage, IMessage
Request message for GameServerDeploymentsService.UpdateGameServerDeployment.
Only allows updates for labels.
[[["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 available for `UpdateGameServerDeploymentRequest` is 2.2.0, with multiple previous versions available, including the current version 1.1.0."],["`UpdateGameServerDeploymentRequest` is a request message used for updating game server deployments through the GameServerDeploymentsService."],["The `UpdateGameServerDeploymentRequest` class is part of the `Google.Cloud.Gaming.V1` namespace and is contained in the `Google.Cloud.Gaming.V1.dll` assembly."],["The `UpdateGameServerDeploymentRequest` class is implemented with the ability to update the labels of a game server deployment."],["The `GameServerDeployment` property specifies the deployment to be updated, while the `UpdateMask` property defines the fields that should be modified in the update."]]],[]]