Package io.temporal.api.errordetails.v1
Interface MultiOperationExecutionFailure.OperationStatusOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MultiOperationExecutionFailure.OperationStatus,MultiOperationExecutionFailure.OperationStatus.Builder
- Enclosing class:
- MultiOperationExecutionFailure
public static interface MultiOperationExecutionFailure.OperationStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCode()int32 code = 1;com.google.protobuf.AnygetDetails(int index)repeated .google.protobuf.Any details = 3;intgetDetailsCount()repeated .google.protobuf.Any details = 3;java.util.List<com.google.protobuf.Any>getDetailsList()repeated .google.protobuf.Any details = 3;com.google.protobuf.AnyOrBuildergetDetailsOrBuilder(int index)repeated .google.protobuf.Any details = 3;java.util.List<? extends com.google.protobuf.AnyOrBuilder>getDetailsOrBuilderList()repeated .google.protobuf.Any details = 3;java.lang.StringgetMessage()string message = 2;com.google.protobuf.ByteStringgetMessageBytes()string message = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCode
int getCode()
int32 code = 1;- Returns:
- The code.
-
getMessage
java.lang.String getMessage()
string message = 2;- Returns:
- The message.
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()
string message = 2;- Returns:
- The bytes for message.
-
getDetailsList
java.util.List<com.google.protobuf.Any> getDetailsList()
repeated .google.protobuf.Any details = 3;
-
getDetails
com.google.protobuf.Any getDetails(int index)
repeated .google.protobuf.Any details = 3;
-
getDetailsCount
int getDetailsCount()
repeated .google.protobuf.Any details = 3;
-
getDetailsOrBuilderList
java.util.List<? extends com.google.protobuf.AnyOrBuilder> getDetailsOrBuilderList()
repeated .google.protobuf.Any details = 3;
-
getDetailsOrBuilder
com.google.protobuf.AnyOrBuilder getDetailsOrBuilder(int index)
repeated .google.protobuf.Any details = 3;
-
-