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
Modifier and TypeMethodDescriptionintgetCode()int32 code = 1;com.google.protobuf.AnygetDetails(int index) repeated .google.protobuf.Any details = 3;intrepeated .google.protobuf.Any details = 3;List<com.google.protobuf.Any> repeated .google.protobuf.Any details = 3;com.google.protobuf.AnyOrBuildergetDetailsOrBuilder(int index) repeated .google.protobuf.Any details = 3;List<? extends com.google.protobuf.AnyOrBuilder> repeated .google.protobuf.Any details = 3;string message = 2;com.google.protobuf.ByteStringstring message = 2;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
-
getCode
int getCode()int32 code = 1;- Returns:
- The code.
-
getMessage
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()string message = 2;- Returns:
- The bytes for message.
-
getDetailsList
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
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;
-