Interface GetUsersRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getFacebookIds(int index)
    The Facebook ID of a user.
    com.google.protobuf.ByteString
    The Facebook ID of a user.
    int
    The Facebook ID of a user.
    The Facebook ID of a user.
    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.
    • getFacebookIdsList

      List<String> getFacebookIdsList()
       The Facebook ID of a user.
       
      repeated string facebook_ids = 3;
      Returns:
      A list containing the facebookIds.
    • getFacebookIdsCount

      int getFacebookIdsCount()
       The Facebook ID of a user.
       
      repeated string facebook_ids = 3;
      Returns:
      The count of facebookIds.
    • getFacebookIds

      String getFacebookIds(int index)
       The Facebook ID of a user.
       
      repeated string facebook_ids = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The facebookIds at the given index.
    • getFacebookIdsBytes

      com.google.protobuf.ByteString getFacebookIdsBytes(int index)
       The Facebook ID of a user.
       
      repeated string facebook_ids = 3;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the facebookIds at the given index.