Interface Gateway.ExitMessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Gateway.ExitMessage
,Gateway.ExitMessage.Builder
- Enclosing class:
Gateway
public static interface Gateway.ExitMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getCode
int getCode()uint32 Code = 1;
- Returns:
- The code.
-
hasError
boolean hasError().google.rpc.Status Error = 2;
- Returns:
- Whether the error field is set.
-
getError
-
getErrorOrBuilder
StatusOrBuilder getErrorOrBuilder().google.rpc.Status Error = 2;
-