Interface MultiOperationExecutionFailureOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    MultiOperationExecutionFailure, MultiOperationExecutionFailure.Builder

    @Generated(value="protoc",
               comments="annotations:MultiOperationExecutionFailureOrBuilder.java.pb.meta")
    public interface MultiOperationExecutionFailureOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getStatusesList

        java.util.List<MultiOperationExecutionFailure.OperationStatus> getStatusesList()
         One status for each requested operation from the failed MultiOperation. The failed
         operation(s) have the same error details as if it was executed separately. All other operations have the
         status code `Aborted` and `MultiOperationExecutionAborted` is added to the details field.
         
        repeated .temporal.api.errordetails.v1.MultiOperationExecutionFailure.OperationStatus statuses = 1;
      • getStatuses

        MultiOperationExecutionFailure.OperationStatus getStatuses​(int index)
         One status for each requested operation from the failed MultiOperation. The failed
         operation(s) have the same error details as if it was executed separately. All other operations have the
         status code `Aborted` and `MultiOperationExecutionAborted` is added to the details field.
         
        repeated .temporal.api.errordetails.v1.MultiOperationExecutionFailure.OperationStatus statuses = 1;
      • getStatusesCount

        int getStatusesCount()
         One status for each requested operation from the failed MultiOperation. The failed
         operation(s) have the same error details as if it was executed separately. All other operations have the
         status code `Aborted` and `MultiOperationExecutionAborted` is added to the details field.
         
        repeated .temporal.api.errordetails.v1.MultiOperationExecutionFailure.OperationStatus statuses = 1;
      • getStatusesOrBuilderList

        java.util.List<? extends MultiOperationExecutionFailure.OperationStatusOrBuilder> getStatusesOrBuilderList()
         One status for each requested operation from the failed MultiOperation. The failed
         operation(s) have the same error details as if it was executed separately. All other operations have the
         status code `Aborted` and `MultiOperationExecutionAborted` is added to the details field.
         
        repeated .temporal.api.errordetails.v1.MultiOperationExecutionFailure.OperationStatus statuses = 1;
      • getStatusesOrBuilder

        MultiOperationExecutionFailure.OperationStatusOrBuilder getStatusesOrBuilder​(int index)
         One status for each requested operation from the failed MultiOperation. The failed
         operation(s) have the same error details as if it was executed separately. All other operations have the
         status code `Aborted` and `MultiOperationExecutionAborted` is added to the details field.
         
        repeated .temporal.api.errordetails.v1.MultiOperationExecutionFailure.OperationStatus statuses = 1;