public sealed class GetGameServerDeploymentRequest : IMessage<GetGameServerDeploymentRequest>, IEquatable<GetGameServerDeploymentRequest>, IDeepCloneable<GetGameServerDeploymentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud for Games v1beta API class GetGameServerDeploymentRequest.
Request message for GameServerDeploymentsService.GetGameServerDeployment.
[[["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 `GetGameServerDeploymentRequest` class is a request message for retrieving a game server deployment in the Google Cloud for Games v1beta API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for enhanced functionality and compatibility."],["The class provides properties to manage the request, including `GameServerDeploymentName` and `Name`, which specify the resource name of the deployment to retrieve."],["The documentation covers multiple versions of this class, with the latest version being `2.0.0-beta03`, while `2.0.0-beta02` and `1.0.0-beta09` are also available."],["The class inherits several members from the `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]