ru.tinkoff.piapi.contract.v1.GenerateDividendsForeignIssuerReportResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: operations.proto
package ru.tinkoff.piapi.contract.v1;
public interface GenerateDividendsForeignIssuerReportResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.GenerateDividendsForeignIssuerReportResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
*Идентификатор задачи формирования отчёта.
*
*
* string task_id = 1;
* @return The taskId.
*/
java.lang.String getTaskId();
/**
*
*Идентификатор задачи формирования отчёта.
*
*
* string task_id = 1;
* @return The bytes for taskId.
*/
com.google.protobuf.ByteString
getTaskIdBytes();
}