public sealed class FetchDeploymentStateRequest : IMessage<FetchDeploymentStateRequest>, IEquatable<FetchDeploymentStateRequest>, IDeepCloneable<FetchDeploymentStateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Game Services v1 API class FetchDeploymentStateRequest.
Request message for GameServerDeploymentsService.FetchDeploymentState.
[[["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 `FetchDeploymentStateRequest` class is 2.2.0, as indicated in the provided version list."],["This class is part of the Game Services v1 API, and specifically used for `GameServerDeploymentsService.FetchDeploymentState`."],["`FetchDeploymentStateRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It is found within the `Google.Cloud.Gaming.V1` namespace and the `Google.Cloud.Gaming.V1.dll` assembly."],["The `Name` property of this class is a required string representing the game server deployment name, adhering to a specific format."]]],[]]