ru.tinkoff.piapi.contract.v1.PositionsStreamRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: operations.proto
package ru.tinkoff.piapi.contract.v1;
public interface PositionsStreamRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.PositionsStreamRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
*Массив идентификаторов счётов пользователя
*
*
* repeated string accounts = 1;
* @return A list containing the accounts.
*/
java.util.List
getAccountsList();
/**
*
*Массив идентификаторов счётов пользователя
*
*
* repeated string accounts = 1;
* @return The count of accounts.
*/
int getAccountsCount();
/**
*
*Массив идентификаторов счётов пользователя
*
*
* repeated string accounts = 1;
* @param index The index of the element to return.
* @return The accounts at the given index.
*/
java.lang.String getAccounts(int index);
/**
*
*Массив идентификаторов счётов пользователя
*
*
* repeated string accounts = 1;
* @param index The index of the value to return.
* @return The bytes of the accounts at the given index.
*/
com.google.protobuf.ByteString
getAccountsBytes(int index);
}