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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.AnygetActions(int index)repeated .google.protobuf.Any actions = 1;intgetActionsCount()repeated .google.protobuf.Any actions = 1;List<com.google.protobuf.Any>getActionsList()repeated .google.protobuf.Any actions = 1;com.google.protobuf.AnyOrBuildergetActionsOrBuilder(int index)repeated .google.protobuf.Any actions = 1;List<? extends com.google.protobuf.AnyOrBuilder>getActionsOrBuilderList()repeated .google.protobuf.Any actions = 1;StringgetErrorDescription()string errorDescription = 3;com.google.protobuf.ByteStringgetErrorDescriptionBytes()string errorDescription = 3;RpcProfilegetProfile().org.hansken.extraction.plugin.grpc.RpcProfile profile = 4;RpcProfileOrBuildergetProfileOrBuilder().org.hansken.extraction.plugin.grpc.RpcProfile profile = 4;StringgetStatusCode()string statusCode = 2;com.google.protobuf.ByteStringgetStatusCodeBytes()string statusCode = 2;booleanhasProfile().org.hansken.extraction.plugin.grpc.RpcProfile profile = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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;
-
-