public sealed class ListRealmsResponse : IMessage<ListRealmsResponse>, IEquatable<ListRealmsResponse>, IDeepCloneable<ListRealmsResponse>, IBufferMessage, IMessage, IPageResponse<Realm>, IEnumerable<Realm>, IEnumerable
Reference documentation and code samples for the Game Services v1 API class ListRealmsResponse.
Response message for RealmsService.ListRealms.
Implements
IMessageListRealmsResponse, IEquatableListRealmsResponse, IDeepCloneableListRealmsResponse, IBufferMessage, IMessage, IPageResponseRealm, IEnumerableRealm, IEnumerableNamespace
Google.Cloud.Gaming.V1Assembly
Google.Cloud.Gaming.V1.dll
Constructors
ListRealmsResponse()
public ListRealmsResponse()
ListRealmsResponse(ListRealmsResponse)
public ListRealmsResponse(ListRealmsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListRealmsResponse |
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 | |
---|---|
Type | Description |
string |
Realms
public RepeatedField<Realm> Realms { get; }
The list of realms.
Property Value | |
---|---|
Type | Description |
RepeatedFieldRealm |
Unreachable
public RepeatedField<string> Unreachable { get; }
List of locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<Realm> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorRealm |