ru.tinkoff.piapi.contract.v1.GetAssetFundamentalsRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: instruments.proto
package ru.tinkoff.piapi.contract.v1;
public interface GetAssetFundamentalsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.GetAssetFundamentalsRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
*Массив идентификаторов активов.
*
*
* repeated string assets = 1;
* @return A list containing the assets.
*/
java.util.List
getAssetsList();
/**
*
*Массив идентификаторов активов.
*
*
* repeated string assets = 1;
* @return The count of assets.
*/
int getAssetsCount();
/**
*
*Массив идентификаторов активов.
*
*
* repeated string assets = 1;
* @param index The index of the element to return.
* @return The assets at the given index.
*/
java.lang.String getAssets(int index);
/**
*
*Массив идентификаторов активов.
*
*
* repeated string assets = 1;
* @param index The index of the value to return.
* @return The bytes of the assets at the given index.
*/
com.google.protobuf.ByteString
getAssetsBytes(int index);
}