ru.tinkoff.piapi.contract.v1.GetStrategiesRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: signals.proto
package ru.tinkoff.piapi.contract.v1;
public interface GetStrategiesRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.GetStrategiesRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
*Идентификатор стратегии
*
*
* string strategy_id = 1;
* @return The strategyId.
*/
java.lang.String getStrategyId();
/**
*
*Идентификатор стратегии
*
*
* string strategy_id = 1;
* @return The bytes for strategyId.
*/
com.google.protobuf.ByteString
getStrategyIdBytes();
}