ru.tinkoff.piapi.contract.v1.GetBrandsResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: instruments.proto
package ru.tinkoff.piapi.contract.v1;
public interface GetBrandsResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.GetBrandsResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
*Массив брендов.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.Brand brands = 1;
*/
java.util.List
getBrandsList();
/**
*
*Массив брендов.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.Brand brands = 1;
*/
ru.tinkoff.piapi.contract.v1.Brand getBrands(int index);
/**
*
*Массив брендов.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.Brand brands = 1;
*/
int getBrandsCount();
/**
*
*Массив брендов.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.Brand brands = 1;
*/
java.util.List extends ru.tinkoff.piapi.contract.v1.BrandOrBuilder>
getBrandsOrBuilderList();
/**
*
*Массив брендов.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.Brand brands = 1;
*/
ru.tinkoff.piapi.contract.v1.BrandOrBuilder getBrandsOrBuilder(
int index);
}