Game Services v1 API - Class TargetDetails (2.2.0)

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.

Inheritance

object > TargetDetails

Namespace

Google.Cloud.Gaming.V1

Assembly

Google.Cloud.Gaming.V1.dll

Constructors

TargetDetails()

public TargetDetails()

TargetDetails(TargetDetails)

public TargetDetails(TargetDetails other)
Parameter
NameDescription
otherTargetDetails

Properties

FleetDetails

public RepeatedField<TargetDetails.Types.TargetFleetDetails> FleetDetails { get; }

Agones fleet details for game server clusters and game server deployments.

Property Value
TypeDescription
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
TypeDescription
string

GameServerDeploymentName

public string GameServerDeploymentName { get; set; }

The game server deployment name. Uses the form: projects/{project}/locations/{location}/gameServerDeployments/{deployment_id}.

Property Value
TypeDescription
string