Interface ListRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    ListRequest, ListRequest.Builder

    public interface ListRequestOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getIds​(int index)
      repeated uint64 ids = 1 [json_name = "ids"];
      int getIdsCount()
      repeated uint64 ids = 1 [json_name = "ids"];
      java.util.List<java.lang.Long> getIdsList()
      repeated uint64 ids = 1 [json_name = "ids"];
      java.lang.String getOrganizationId()
      string organization_id = 2 [json_name = "organizationId"];
      com.google.protobuf.ByteString getOrganizationIdBytes()
      string organization_id = 2 [json_name = "organizationId"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getIdsList

        java.util.List<java.lang.Long> getIdsList()
        repeated uint64 ids = 1 [json_name = "ids"];
        Returns:
        A list containing the ids.
      • getIdsCount

        int getIdsCount()
        repeated uint64 ids = 1 [json_name = "ids"];
        Returns:
        The count of ids.
      • getIds

        long getIds​(int index)
        repeated uint64 ids = 1 [json_name = "ids"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The ids at the given index.
      • getOrganizationId

        java.lang.String getOrganizationId()
        string organization_id = 2 [json_name = "organizationId"];
        Returns:
        The organizationId.
      • getOrganizationIdBytes

        com.google.protobuf.ByteString getOrganizationIdBytes()
        string organization_id = 2 [json_name = "organizationId"];
        Returns:
        The bytes for organizationId.