public sealed class PreviewGameServerDeploymentRolloutResponse : IMessage<PreviewGameServerDeploymentRolloutResponse>, IEquatable<PreviewGameServerDeploymentRolloutResponse>, IDeepCloneable<PreviewGameServerDeploymentRolloutResponse>, IBufferMessage, IMessage
Response message for PreviewGameServerDeploymentRollout.
This has details about the Agones fleet and autoscaler to be actuated.
[[["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 page provides documentation for the `PreviewGameServerDeploymentRolloutResponse` class within the `Google.Cloud.Gaming.V1` namespace, specifically for version 1.3.0."],["`PreviewGameServerDeploymentRolloutResponse` is a response message detailing Agones fleet and autoscaler information, inheriting from Object and implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two constructors: a default constructor and one that accepts another `PreviewGameServerDeploymentRolloutResponse` object for copying."],["Key properties of the class include `Etag` (a string representing the ETag of the game server deployment), `TargetState` (of type `TargetState`), and `Unavailable` (a collection of unreachable locations)."],["The page also lists several previous versions of this API, as well as the latest version, 2.2.0, each linking to their respective documentation."]]],[]]