public interface ListRealmsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
Token to retrieve the next page of results, or empty if there are no more
results in the list.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no more
results in the list.
|
Realm |
getRealms(int index)
The list of realms.
|
int |
getRealmsCount()
The list of realms.
|
List<Realm> |
getRealmsList()
The list of realms.
|
RealmOrBuilder |
getRealmsOrBuilder(int index)
The list of realms.
|
List<? extends RealmOrBuilder> |
getRealmsOrBuilderList()
The list of realms.
|
String |
getUnreachable(int index)
List of locations that could not be reached.
|
com.google.protobuf.ByteString |
getUnreachableBytes(int index)
List of locations that could not be reached.
|
int |
getUnreachableCount()
List of locations that could not be reached.
|
List<String> |
getUnreachableList()
List of locations that could not be reached.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Realm> getRealmsList()
The list of realms.
repeated .google.cloud.gaming.v1.Realm realms = 1;Realm getRealms(int index)
The list of realms.
repeated .google.cloud.gaming.v1.Realm realms = 1;int getRealmsCount()
The list of realms.
repeated .google.cloud.gaming.v1.Realm realms = 1;List<? extends RealmOrBuilder> getRealmsOrBuilderList()
The list of realms.
repeated .google.cloud.gaming.v1.Realm realms = 1;RealmOrBuilder getRealmsOrBuilder(int index)
The list of realms.
repeated .google.cloud.gaming.v1.Realm realms = 1;String getNextPageToken()
Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;List<String> getUnreachableList()
List of locations that could not be reached.
repeated string unreachable = 3;int getUnreachableCount()
List of locations that could not be reached.
repeated string unreachable = 3;String getUnreachable(int index)
List of locations that could not be reached.
repeated string unreachable = 3;index - The index of the element to return.com.google.protobuf.ByteString getUnreachableBytes(int index)
List of locations that could not be reached.
repeated string unreachable = 3;index - The index of the value to return.Copyright © 2023 Google LLC. All rights reserved.