blob: 7c989a9254c862a78bc8def964f268fea6eeca41 [file] [log] [blame]
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: commands.proto
package org.apache.flink.statefun.e2e.smoke.generated;
public interface CommandsOrBuilder extends
// @@protoc_insertion_point(interface_extends:org.apache.flink.statefun.e2e.smoke.Commands)
com.google.protobuf.MessageOrBuilder {
/**
* <code>repeated .org.apache.flink.statefun.e2e.smoke.Command command = 1;</code>
*/
java.util.List<Command>
getCommandList();
/**
* <code>repeated .org.apache.flink.statefun.e2e.smoke.Command command = 1;</code>
*/
Command getCommand(int index);
/**
* <code>repeated .org.apache.flink.statefun.e2e.smoke.Command command = 1;</code>
*/
int getCommandCount();
/**
* <code>repeated .org.apache.flink.statefun.e2e.smoke.Command command = 1;</code>
*/
java.util.List<? extends CommandOrBuilder>
getCommandOrBuilderList();
/**
* <code>repeated .org.apache.flink.statefun.e2e.smoke.Command command = 1;</code>
*/
CommandOrBuilder getCommandOrBuilder(
int index);
}