Google Cloud for Games v1beta API - Class ListRealmsResponse (2.0.0-beta03)

public sealed class ListRealmsResponse : IMessage<ListRealmsResponse>, IEquatable<ListRealmsResponse>, IDeepCloneable<ListRealmsResponse>, IBufferMessage, IMessage, IPageResponse<Realm>, IEnumerable<Realm>, IEnumerable

Reference documentation and code samples for the Google Cloud for Games v1beta API class ListRealmsResponse.

Response message for RealmsService.ListRealms.

Inheritance

object > ListRealmsResponse

Namespace

Google.Cloud.Gaming.V1Beta

Assembly

Google.Cloud.Gaming.V1Beta.dll

Constructors

ListRealmsResponse()

public ListRealmsResponse()

ListRealmsResponse(ListRealmsResponse)

public ListRealmsResponse(ListRealmsResponse other)
Parameter
NameDescription
otherListRealmsResponse

Properties

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

Realms

public RepeatedField<Realm> Realms { get; }

The list of realms.

Property Value
TypeDescription
RepeatedFieldRealm

Unreachable

public RepeatedField<string> Unreachable { get; }

List of locations that could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<Realm> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorRealm