[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis documentation provides details for the \u003ccode\u003eTargetDetails\u003c/code\u003e class within the Google Cloud for Games v1beta API, specifically for the .NET implementation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTargetDetails\u003c/code\u003e class, which is a sealed class, provides information about Agones resources and implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eTargetDetails\u003c/code\u003e class include \u003ccode\u003eFleetDetails\u003c/code\u003e, which holds details about Agones fleets, along with \u003ccode\u003eGameServerClusterName\u003c/code\u003e and \u003ccode\u003eGameServerDeploymentName\u003c/code\u003e, which specify the names of the game server cluster and deployment respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this class is \u003ccode\u003e2.0.0-beta03\u003c/code\u003e, and older versions \u003ccode\u003e2.0.0-beta02\u003c/code\u003e and \u003ccode\u003e1.0.0-beta09\u003c/code\u003e are also documented in this section.\u003c/p\u003e\n"]]],[],null,["# Google Cloud for Games v1beta API - Class TargetDetails (2.0.0-beta03)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta03 (latest)](/dotnet/docs/reference/Google.Cloud.Gaming.V1Beta/latest/Google.Cloud.Gaming.V1Beta.TargetDetails)\n- [2.0.0-beta02](/dotnet/docs/reference/Google.Cloud.Gaming.V1Beta/2.0.0-beta02/Google.Cloud.Gaming.V1Beta.TargetDetails)\n- [1.0.0-beta09](/dotnet/docs/reference/Google.Cloud.Gaming.V1Beta/1.0.0-beta09/Google.Cloud.Gaming.V1Beta.TargetDetails) \n\n public sealed class TargetDetails : IMessage\u003cTargetDetails\u003e, IEquatable\u003cTargetDetails\u003e, IDeepCloneable\u003cTargetDetails\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud for Games v1beta API class TargetDetails.\n\nDetails about the Agones resources. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e TargetDetails \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[TargetDetails](/dotnet/docs/reference/Google.Cloud.Gaming.V1Beta/latest/Google.Cloud.Gaming.V1Beta.TargetDetails), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[TargetDetails](/dotnet/docs/reference/Google.Cloud.Gaming.V1Beta/latest/Google.Cloud.Gaming.V1Beta.TargetDetails), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[TargetDetails](/dotnet/docs/reference/Google.Cloud.Gaming.V1Beta/latest/Google.Cloud.Gaming.V1Beta.TargetDetails), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Gaming.V1Beta](/dotnet/docs/reference/Google.Cloud.Gaming.V1Beta/latest/Google.Cloud.Gaming.V1Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.Gaming.V1Beta.dll\n\nConstructors\n------------\n\n### TargetDetails()\n\n public TargetDetails()\n\n### TargetDetails(TargetDetails)\n\n public TargetDetails(TargetDetails other)\n\nProperties\n----------\n\n### FleetDetails\n\n public RepeatedField\u003cTargetDetails.Types.TargetFleetDetails\u003e FleetDetails { get; }\n\nAgones fleet details for game server clusters and game server deployments.\n\n### GameServerClusterName\n\n public string GameServerClusterName { get; set; }\n\nThe game server cluster name. Uses the form:\n\n`projects/{project}/locations/{location}/realms/{realm}/gameServerClusters/{cluster}`.\n\n### GameServerDeploymentName\n\n public string GameServerDeploymentName { get; set; }\n\nThe game server deployment name. Uses the form:\n\n`projects/{project}/locations/{location}/gameServerDeployments/{deployment_id}`."]]