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 Summary
Modifier and TypeMethodDescriptiongetStatuses(int index) One status for each requested operation from the failed MultiOperation.intOne status for each requested operation from the failed MultiOperation.One status for each requested operation from the failed MultiOperation.getStatusesOrBuilder(int index) One status for each requested operation from the failed MultiOperation.One status for each requested operation from the failed MultiOperation.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
-
getStatusesList
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
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;
-