Class TargetDetails (1.1.0)

public sealed class TargetDetails : IMessage<TargetDetails>, IEquatable<TargetDetails>, IDeepCloneable<TargetDetails>, IBufferMessage, IMessage

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
RepeatedField<TargetDetails.Types.TargetFleetDetails>

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