sawtooth.sdk.protobuf.ClientBatchStatusResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sawtooth-sdk-protos Show documentation
Show all versions of sawtooth-sdk-protos Show documentation
"Java classes generated from Sawtooth proto definition files, to interact with the component, consensus, and other validator interfaces"
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: client_batch_submit.proto
package sawtooth.sdk.protobuf;
public interface ClientBatchStatusResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:ClientBatchStatusResponse)
com.google.protobuf.MessageOrBuilder {
/**
* .ClientBatchStatusResponse.Status status = 1;
*/
int getStatusValue();
/**
* .ClientBatchStatusResponse.Status status = 1;
*/
sawtooth.sdk.protobuf.ClientBatchStatusResponse.Status getStatus();
/**
* repeated .ClientBatchStatus batch_statuses = 2;
*/
java.util.List
getBatchStatusesList();
/**
* repeated .ClientBatchStatus batch_statuses = 2;
*/
sawtooth.sdk.protobuf.ClientBatchStatus getBatchStatuses(int index);
/**
* repeated .ClientBatchStatus batch_statuses = 2;
*/
int getBatchStatusesCount();
/**
* repeated .ClientBatchStatus batch_statuses = 2;
*/
java.util.List extends sawtooth.sdk.protobuf.ClientBatchStatusOrBuilder>
getBatchStatusesOrBuilderList();
/**
* repeated .ClientBatchStatus batch_statuses = 2;
*/
sawtooth.sdk.protobuf.ClientBatchStatusOrBuilder getBatchStatusesOrBuilder(
int index);
}