![JAR search and dependency download from the Maven repository](/logo.png)
ru.tinkoff.piapi.contract.v1.GetCountriesResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: instruments.proto
package ru.tinkoff.piapi.contract.v1;
public interface GetCountriesResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.GetCountriesResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
*Массив стран.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.CountryResponse countries = 1;
*/
java.util.List
getCountriesList();
/**
*
*Массив стран.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.CountryResponse countries = 1;
*/
ru.tinkoff.piapi.contract.v1.CountryResponse getCountries(int index);
/**
*
*Массив стран.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.CountryResponse countries = 1;
*/
int getCountriesCount();
/**
*
*Массив стран.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.CountryResponse countries = 1;
*/
java.util.List extends ru.tinkoff.piapi.contract.v1.CountryResponseOrBuilder>
getCountriesOrBuilderList();
/**
*
*Массив стран.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.CountryResponse countries = 1;
*/
ru.tinkoff.piapi.contract.v1.CountryResponseOrBuilder getCountriesOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy