Game Services v1 API - Class ListGameServerDeploymentsResponse (2.1.0)

public sealed class ListGameServerDeploymentsResponse : IMessage<ListGameServerDeploymentsResponse>, IEquatable<ListGameServerDeploymentsResponse>, IDeepCloneable<ListGameServerDeploymentsResponse>, IBufferMessage, IMessage, IPageResponse<GameServerDeployment>, IEnumerable<GameServerDeployment>, IEnumerable

Reference documentation and code samples for the Game Services v1 API class ListGameServerDeploymentsResponse.

Response message for GameServerDeploymentsService.ListGameServerDeployments.

Inheritance

Object > ListGameServerDeploymentsResponse

Namespace

Google.Cloud.Gaming.V1

Assembly

Google.Cloud.Gaming.V1.dll

Constructors

ListGameServerDeploymentsResponse()

public ListGameServerDeploymentsResponse()

ListGameServerDeploymentsResponse(ListGameServerDeploymentsResponse)

public ListGameServerDeploymentsResponse(ListGameServerDeploymentsResponse other)
Parameter
NameDescription
otherListGameServerDeploymentsResponse

Properties

GameServerDeployments

public RepeatedField<GameServerDeployment> GameServerDeployments { get; }

The list of game server deployments.

Property Value
TypeDescription
RepeatedField<GameServerDeployment>

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
TypeDescription
String

Unreachable

public RepeatedField<string> Unreachable { get; }

List of locations that could not be reached.

Property Value
TypeDescription
RepeatedField<String>

Methods

GetEnumerator()

public IEnumerator<GameServerDeployment> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumerator<GameServerDeployment>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator