public sealed class ListGameServerClustersResponse : IMessage<ListGameServerClustersResponse>, IEquatable<ListGameServerClustersResponse>, IDeepCloneable<ListGameServerClustersResponse>, IBufferMessage, IMessage, IPageResponse<GameServerCluster>, IEnumerable<GameServerCluster>, IEnumerable
Reference documentation and code samples for the Google Cloud for Games v1beta API class ListGameServerClustersResponse.
Response message for GameServerClustersService.ListGameServerClusters.
Implements
IMessageListGameServerClustersResponse, IEquatableListGameServerClustersResponse, IDeepCloneableListGameServerClustersResponse, IBufferMessage, IMessage, IPageResponseGameServerCluster, IEnumerableGameServerCluster, IEnumerableNamespace
Google.Cloud.Gaming.V1BetaAssembly
Google.Cloud.Gaming.V1Beta.dll
Constructors
ListGameServerClustersResponse()
public ListGameServerClustersResponse()
ListGameServerClustersResponse(ListGameServerClustersResponse)
public ListGameServerClustersResponse(ListGameServerClustersResponse other)
Parameter | |
---|---|
Name | Description |
other | ListGameServerClustersResponse |
Properties
GameServerClusters
public RepeatedField<GameServerCluster> GameServerClusters { get; }
The list of game server clusters.
Property Value | |
---|---|
Type | Description |
RepeatedFieldGameServerCluster |
NextPageToken
public string NextPageToken { get; set; }
Token to retrieve the next page of results, or empty if there are no more results in the list.
Property Value | |
---|---|
Type | Description |
string |
Unreachable
public RepeatedField<string> Unreachable { get; }
List of locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<GameServerCluster> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorGameServerCluster |