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 Details

    • 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

       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

      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

       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;