ru.tinkoff.piapi.contract.v1.InstrumentLinkOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: instruments.proto
package ru.tinkoff.piapi.contract.v1;
public interface InstrumentLinkOrBuilder extends
// @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.InstrumentLink)
com.google.protobuf.MessageOrBuilder {
/**
*
*Тип связи.
*
*
* string type = 1;
* @return The type.
*/
java.lang.String getType();
/**
*
*Тип связи.
*
*
* string type = 1;
* @return The bytes for type.
*/
com.google.protobuf.ByteString
getTypeBytes();
/**
*
*uid идентификатор связанного инструмента.
*
*
* string instrument_uid = 2;
* @return The instrumentUid.
*/
java.lang.String getInstrumentUid();
/**
*
*uid идентификатор связанного инструмента.
*
*
* string instrument_uid = 2;
* @return The bytes for instrumentUid.
*/
com.google.protobuf.ByteString
getInstrumentUidBytes();
}