public sealed class TargetDetails : IMessage<TargetDetails>, IEquatable<TargetDetails>, IDeepCloneable<TargetDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud for Games v1beta API class TargetDetails.
Details about the Agones resources.
Implements
IMessageTargetDetails, IEquatableTargetDetails, IDeepCloneableTargetDetails, IBufferMessage, IMessageNamespace
Google.Cloud.Gaming.V1BetaAssembly
Google.Cloud.Gaming.V1Beta.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 |