public sealed class GetGameServerDeploymentRolloutRequest : IMessage<GetGameServerDeploymentRolloutRequest>, IEquatable<GetGameServerDeploymentRolloutRequest>, IDeepCloneable<GetGameServerDeploymentRolloutRequest>, IBufferMessage, IMessage
Request message for
GameServerDeploymentsService.GetGameServerDeploymentRollout.
Required. The name of the game server delpoyment to retrieve, in the following form:
projects/{project}/locations/{location}/gameServerDeployments/{deployment}/rollout.
[[["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 details for the `GetGameServerDeploymentRolloutRequest` class within the `Google.Cloud.Gaming.V1` namespace, specifically for version 1.2.0."],["`GetGameServerDeploymentRolloutRequest` is a request message used for retrieving a game server deployment rollout, as handled by `GameServerDeploymentsService.GetGameServerDeploymentRollout`."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class has two constructors, one default and one taking another `GetGameServerDeploymentRolloutRequest` object, and includes properties `GameServerDeploymentName` and `Name` for defining the resource."],["The document also provides links to previous versions of the `GetGameServerDeploymentRolloutRequest`, ranging from version 1.1.0 up to the latest version 2.2.0."]]],[]]