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 Type
    Method
    Description
    getCommands(int index)
    repeated .temporal.api.worker.v1.WorkerCommand commands = 1;
    int
    repeated .temporal.api.worker.v1.WorkerCommand commands = 1;
    repeated .temporal.api.worker.v1.WorkerCommand commands = 1;
    repeated .temporal.api.worker.v1.WorkerCommand commands = 1;
    repeated .temporal.api.worker.v1.WorkerCommand commands = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      WorkerCommand getCommands(int index)
      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

      WorkerCommandOrBuilder getCommandsOrBuilder(int index)
      repeated .temporal.api.worker.v1.WorkerCommand commands = 1;