public sealed class TargetDetails : IMessage<TargetDetails>, IEquatable<TargetDetails>, IDeepCloneable<TargetDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Game Services v1 API class TargetDetails.
Details about the Agones resources.
Implements
IMessageTargetDetails, IEquatableTargetDetails, IDeepCloneableTargetDetails, IBufferMessage, IMessageNamespace
Google.Cloud.Gaming.V1Assembly
Google.Cloud.Gaming.V1.dll
Constructors
TargetDetails()
public TargetDetails()
TargetDetails(TargetDetails)
public TargetDetails(TargetDetails other)
Parameter | |
---|---|
Name | Description |
other | TargetDetails |
Properties
FleetDetails
public RepeatedField<TargetDetails.Types.TargetFleetDetails> FleetDetails { get; }
Agones fleet details for game server clusters and game server deployments.
Property Value | |
---|---|
Type | Description |
RepeatedFieldTargetDetailsTypesTargetFleetDetails |
GameServerClusterName
public string GameServerClusterName { get; set; }
The game server cluster name. Uses the form:
projects/{project}/locations/{location}/realms/{realm}/gameServerClusters/{cluster}
.
Property Value | |
---|---|
Type | Description |
string |
GameServerDeploymentName
public string GameServerDeploymentName { get; set; }
The game server deployment name. Uses the form:
projects/{project}/locations/{location}/gameServerDeployments/{deployment_id}
.
Property Value | |
---|---|
Type | Description |
string |