ru.tinkoff.piapi.contract.v1.FindInstrumentResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: instruments.proto
package ru.tinkoff.piapi.contract.v1;
public interface FindInstrumentResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.FindInstrumentResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
*Массив инструментов, удовлетворяющих условиям поиска.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.InstrumentShort instruments = 1;
*/
java.util.List
getInstrumentsList();
/**
*
*Массив инструментов, удовлетворяющих условиям поиска.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.InstrumentShort instruments = 1;
*/
ru.tinkoff.piapi.contract.v1.InstrumentShort getInstruments(int index);
/**
*
*Массив инструментов, удовлетворяющих условиям поиска.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.InstrumentShort instruments = 1;
*/
int getInstrumentsCount();
/**
*
*Массив инструментов, удовлетворяющих условиям поиска.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.InstrumentShort instruments = 1;
*/
java.util.List extends ru.tinkoff.piapi.contract.v1.InstrumentShortOrBuilder>
getInstrumentsOrBuilderList();
/**
*
*Массив инструментов, удовлетворяющих условиям поиска.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.InstrumentShort instruments = 1;
*/
ru.tinkoff.piapi.contract.v1.InstrumentShortOrBuilder getInstrumentsOrBuilder(
int index);
}