public interface ListRealmsResponseOrBuilder extends 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.
|
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 were not reachable.
|
ByteString |
getUnreachableBytes(int index)
List of locations that were not reachable.
|
int |
getUnreachableCount()
List of locations that were not reachable.
|
List<String> |
getUnreachableList()
List of locations that were not reachable.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<Realm> getRealmsList()
The list of realms
repeated .google.cloud.gaming.v1alpha.Realm realms = 1;
Realm getRealms(int index)
The list of realms
repeated .google.cloud.gaming.v1alpha.Realm realms = 1;
int getRealmsCount()
The list of realms
repeated .google.cloud.gaming.v1alpha.Realm realms = 1;
List<? extends RealmOrBuilder> getRealmsOrBuilderList()
The list of realms
repeated .google.cloud.gaming.v1alpha.Realm realms = 1;
RealmOrBuilder getRealmsOrBuilder(int index)
The list of realms
repeated .google.cloud.gaming.v1alpha.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;
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 were not reachable.
repeated string unreachable = 3;
int getUnreachableCount()
List of locations that were not reachable.
repeated string unreachable = 3;
String getUnreachable(int index)
List of locations that were not reachable.
repeated string unreachable = 3;
index
- The index of the element to return.ByteString getUnreachableBytes(int index)
List of locations that were not reachable.
repeated string unreachable = 3;
index
- The index of the value to return.Copyright © 2020 Google LLC. All rights reserved.