ru.tinkoff.piapi.contract.v1.OperationsResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: operations.proto
package ru.tinkoff.piapi.contract.v1;
public interface OperationsResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.OperationsResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
*Массив операций.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.Operation operations = 1;
*/
java.util.List
getOperationsList();
/**
*
*Массив операций.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.Operation operations = 1;
*/
ru.tinkoff.piapi.contract.v1.Operation getOperations(int index);
/**
*
*Массив операций.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.Operation operations = 1;
*/
int getOperationsCount();
/**
*
*Массив операций.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.Operation operations = 1;
*/
java.util.List extends ru.tinkoff.piapi.contract.v1.OperationOrBuilder>
getOperationsOrBuilderList();
/**
*
*Массив операций.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.Operation operations = 1;
*/
ru.tinkoff.piapi.contract.v1.OperationOrBuilder getOperationsOrBuilder(
int index);
}