public interface _RemoveElementsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCacheName()
string cache_name = 1; |
com.google.protobuf.ByteString |
getCacheNameBytes()
string cache_name = 1; |
int |
getIds(int index)
You can have up to 8192 ids in this list.
|
int |
getIdsCount()
You can have up to 8192 ids in this list.
|
java.util.List<java.lang.Integer> |
getIdsList()
You can have up to 8192 ids in this list.
|
java.lang.String |
getLeaderboard()
string leaderboard = 2; |
com.google.protobuf.ByteString |
getLeaderboardBytes()
string leaderboard = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getCacheName()
string cache_name = 1;com.google.protobuf.ByteString getCacheNameBytes()
string cache_name = 1;java.lang.String getLeaderboard()
string leaderboard = 2;com.google.protobuf.ByteString getLeaderboardBytes()
string leaderboard = 2;java.util.List<java.lang.Integer> getIdsList()
You can have up to 8192 ids in this list.
repeated uint32 ids = 3;int getIdsCount()
You can have up to 8192 ids in this list.
repeated uint32 ids = 3;int getIds(int index)
You can have up to 8192 ids in this list.
repeated uint32 ids = 3;index - The index of the element to return.