Interface ExecuteCommandsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExecuteCommandsRequest,ExecuteCommandsRequest.Builder
@Generated(value="protoc",
comments="annotations:ExecuteCommandsRequestOrBuilder.java.pb.meta")
public interface ExecuteCommandsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCommands(int index) repeated .temporal.api.worker.v1.WorkerCommand commands = 1;intrepeated .temporal.api.worker.v1.WorkerCommand commands = 1;repeated .temporal.api.worker.v1.WorkerCommand commands = 1;getCommandsOrBuilder(int index) repeated .temporal.api.worker.v1.WorkerCommand commands = 1;List<? extends WorkerCommandOrBuilder> repeated .temporal.api.worker.v1.WorkerCommand commands = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getCommandsList
List<WorkerCommand> getCommandsList()repeated .temporal.api.worker.v1.WorkerCommand commands = 1; -
getCommands
repeated .temporal.api.worker.v1.WorkerCommand commands = 1; -
getCommandsCount
int getCommandsCount()repeated .temporal.api.worker.v1.WorkerCommand commands = 1; -
getCommandsOrBuilderList
List<? extends WorkerCommandOrBuilder> getCommandsOrBuilderList()repeated .temporal.api.worker.v1.WorkerCommand commands = 1; -
getCommandsOrBuilder
repeated .temporal.api.worker.v1.WorkerCommand commands = 1;
-