Interface PortfolioStreamRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getAccounts(int index)
    Массив идентификаторов счётов пользователя
    com.google.protobuf.ByteString
    getAccountsBytes(int index)
    Массив идентификаторов счётов пользователя
    int
    Массив идентификаторов счётов пользователя
    Массив идентификаторов счётов пользователя

    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

    • getAccountsList

      List<String> getAccountsList()
      Массив идентификаторов счётов пользователя
       
      repeated string accounts = 1;
      Returns:
      A list containing the accounts.
    • getAccountsCount

      int getAccountsCount()
      Массив идентификаторов счётов пользователя
       
      repeated string accounts = 1;
      Returns:
      The count of accounts.
    • getAccounts

      String getAccounts(int index)
      Массив идентификаторов счётов пользователя
       
      repeated string accounts = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The accounts at the given index.
    • getAccountsBytes

      com.google.protobuf.ByteString getAccountsBytes(int index)
      Массив идентификаторов счётов пользователя
       
      repeated string accounts = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the accounts at the given index.