sawtooth.sdk.protobuf.EventListOrBuilder 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: events.proto
package sawtooth.sdk.protobuf;
public interface EventListOrBuilder extends
// @@protoc_insertion_point(interface_extends:EventList)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .Event events = 1;
*/
java.util.List
getEventsList();
/**
* repeated .Event events = 1;
*/
sawtooth.sdk.protobuf.Event getEvents(int index);
/**
* repeated .Event events = 1;
*/
int getEventsCount();
/**
* repeated .Event events = 1;
*/
java.util.List extends sawtooth.sdk.protobuf.EventOrBuilder>
getEventsOrBuilderList();
/**
* repeated .Event events = 1;
*/
sawtooth.sdk.protobuf.EventOrBuilder getEventsOrBuilder(
int index);
}