Class ListGameServerConfigsResponse (1.4.0)

public sealed class ListGameServerConfigsResponse : IMessage<ListGameServerConfigsResponse>, IEquatable<ListGameServerConfigsResponse>, IDeepCloneable<ListGameServerConfigsResponse>, IBufferMessage, IMessage, IPageResponse<GameServerConfig>, IEnumerable<GameServerConfig>, IEnumerable

Response message for GameServerConfigsService.ListGameServerConfigs.

Inheritance

Object > ListGameServerConfigsResponse

Namespace

Google.Cloud.Gaming.V1

Assembly

Google.Cloud.Gaming.V1.dll

Constructors

ListGameServerConfigsResponse()

public ListGameServerConfigsResponse()

ListGameServerConfigsResponse(ListGameServerConfigsResponse)

public ListGameServerConfigsResponse(ListGameServerConfigsResponse other)
Parameter
NameDescription
otherListGameServerConfigsResponse

Properties

GameServerConfigs

public RepeatedField<GameServerConfig> GameServerConfigs { get; }

The list of game server configs.

Property Value
TypeDescription
RepeatedField<GameServerConfig>

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<GameServerConfig> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<GameServerConfig>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator