Interface RpcPartialFinishWithErrorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RpcPartialFinishWithError,RpcPartialFinishWithError.Builder
public interface RpcPartialFinishWithErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.AnygetActions(int index) repeated .google.protobuf.Any actions = 1;intrepeated .google.protobuf.Any actions = 1;List<com.google.protobuf.Any> repeated .google.protobuf.Any actions = 1;com.google.protobuf.AnyOrBuildergetActionsOrBuilder(int index) repeated .google.protobuf.Any actions = 1;List<? extends com.google.protobuf.AnyOrBuilder> repeated .google.protobuf.Any actions = 1;string errorDescription = 3;com.google.protobuf.ByteStringstring errorDescription = 3;.org.hansken.extraction.plugin.grpc.RpcProfile profile = 4;.org.hansken.extraction.plugin.grpc.RpcProfile profile = 4;string statusCode = 2;com.google.protobuf.ByteStringstring statusCode = 2;boolean.org.hansken.extraction.plugin.grpc.RpcProfile profile = 4;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
-
getActionsList
List<com.google.protobuf.Any> getActionsList()repeated .google.protobuf.Any actions = 1; -
getActions
com.google.protobuf.Any getActions(int index) repeated .google.protobuf.Any actions = 1; -
getActionsCount
int getActionsCount()repeated .google.protobuf.Any actions = 1; -
getActionsOrBuilderList
List<? extends com.google.protobuf.AnyOrBuilder> getActionsOrBuilderList()repeated .google.protobuf.Any actions = 1; -
getActionsOrBuilder
com.google.protobuf.AnyOrBuilder getActionsOrBuilder(int index) repeated .google.protobuf.Any actions = 1; -
getStatusCode
String getStatusCode()string statusCode = 2;- Returns:
- The statusCode.
-
getStatusCodeBytes
com.google.protobuf.ByteString getStatusCodeBytes()string statusCode = 2;- Returns:
- The bytes for statusCode.
-
getErrorDescription
String getErrorDescription()string errorDescription = 3;- Returns:
- The errorDescription.
-
getErrorDescriptionBytes
com.google.protobuf.ByteString getErrorDescriptionBytes()string errorDescription = 3;- Returns:
- The bytes for errorDescription.
-
hasProfile
boolean hasProfile().org.hansken.extraction.plugin.grpc.RpcProfile profile = 4;- Returns:
- Whether the profile field is set.
-
getProfile
RpcProfile getProfile().org.hansken.extraction.plugin.grpc.RpcProfile profile = 4;- Returns:
- The profile.
-
getProfileOrBuilder
RpcProfileOrBuilder getProfileOrBuilder().org.hansken.extraction.plugin.grpc.RpcProfile profile = 4;
-