Interface AddFriendsRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AddFriendsRequest, AddFriendsRequest.Builder

public interface AddFriendsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getIds(int index)
    The account id of a user.
    com.google.protobuf.ByteString
    getIdsBytes(int index)
    The account id of a user.
    int
    The account id of a user.
    The account id of a user.
    getUsernames(int index)
    The account username of a user.
    com.google.protobuf.ByteString
    getUsernamesBytes(int index)
    The account username of a user.
    int
    The account username of a user.
    The account username of a user.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getIdsList

      List<String> getIdsList()
       The account id of a user.
       
      repeated string ids = 1;
      Returns:
      A list containing the ids.
    • getIdsCount

      int getIdsCount()
       The account id of a user.
       
      repeated string ids = 1;
      Returns:
      The count of ids.
    • getIds

      String getIds(int index)
       The account id of a user.
       
      repeated string ids = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The ids at the given index.
    • getIdsBytes

      com.google.protobuf.ByteString getIdsBytes(int index)
       The account id of a user.
       
      repeated string ids = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the ids at the given index.
    • getUsernamesList

      List<String> getUsernamesList()
       The account username of a user.
       
      repeated string usernames = 2;
      Returns:
      A list containing the usernames.
    • getUsernamesCount

      int getUsernamesCount()
       The account username of a user.
       
      repeated string usernames = 2;
      Returns:
      The count of usernames.
    • getUsernames

      String getUsernames(int index)
       The account username of a user.
       
      repeated string usernames = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The usernames at the given index.
    • getUsernamesBytes

      com.google.protobuf.ByteString getUsernamesBytes(int index)
       The account username of a user.
       
      repeated string usernames = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the usernames at the given index.