public interface DeleteFriendsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getIds(int index)
The account id of a user.
|
com.google.protobuf.ByteString |
getIdsBytes(int index)
The account id of a user.
|
int |
getIdsCount()
The account id of a user.
|
java.util.List<java.lang.String> |
getIdsList()
The account id of a user.
|
java.lang.String |
getUsernames(int index)
The account username of a user.
|
com.google.protobuf.ByteString |
getUsernamesBytes(int index)
The account username of a user.
|
int |
getUsernamesCount()
The account username of a user.
|
java.util.List<java.lang.String> |
getUsernamesList()
The account username of a user.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.util.List<java.lang.String> getIdsList()
The account id of a user.
repeated string ids = 1 [json_name = "ids"];
int getIdsCount()
The account id of a user.
repeated string ids = 1 [json_name = "ids"];
java.lang.String getIds(int index)
The account id of a user.
repeated string ids = 1 [json_name = "ids"];
index
- The index of the element to return.com.google.protobuf.ByteString getIdsBytes(int index)
The account id of a user.
repeated string ids = 1 [json_name = "ids"];
index
- The index of the value to return.java.util.List<java.lang.String> getUsernamesList()
The account username of a user.
repeated string usernames = 2 [json_name = "usernames"];
int getUsernamesCount()
The account username of a user.
repeated string usernames = 2 [json_name = "usernames"];
java.lang.String getUsernames(int index)
The account username of a user.
repeated string usernames = 2 [json_name = "usernames"];
index
- The index of the element to return.com.google.protobuf.ByteString getUsernamesBytes(int index)
The account username of a user.
repeated string usernames = 2 [json_name = "usernames"];
index
- The index of the value to return.