public sealed class ListRealmsResponse : IMessage<ListRealmsResponse>, IEquatable<ListRealmsResponse>, IDeepCloneable<ListRealmsResponse>, IBufferMessage, IMessage, IPageResponse<Realm>, IEnumerable<Realm>, IEnumerable
Response message for RealmsService.ListRealms.
Implements
IMessage<ListRealmsResponse>, IEquatable<ListRealmsResponse>, IDeepCloneable<ListRealmsResponse>, IBufferMessage, IMessage, IPageResponse<Realm>, IEnumerable<Realm>, 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 |
RepeatedField<Realm> |
Unreachable
public RepeatedField<string> Unreachable { get; }
List of locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |
Methods
GetEnumerator()
public IEnumerator<Realm> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<Realm> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |