Package mxaccess_gateway.v1
Interface MxaccessGateway.ProtocolStatusOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MxaccessGateway.ProtocolStatus,MxaccessGateway.ProtocolStatus.Builder
- Enclosing class:
- MxaccessGateway
public static interface MxaccessGateway.ProtocolStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCode().mxaccess_gateway.v1.ProtocolStatusCode code = 1;int.mxaccess_gateway.v1.ProtocolStatusCode code = 1;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
-
getCodeValue
int getCodeValue().mxaccess_gateway.v1.ProtocolStatusCode code = 1;- Returns:
- The enum numeric value on the wire for code.
-
getCode
MxaccessGateway.ProtocolStatusCode getCode().mxaccess_gateway.v1.ProtocolStatusCode code = 1;- Returns:
- The code.
-
getMessage
String getMessage()string message = 2;- Returns:
- The message.
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()string message = 2;- Returns:
- The bytes for message.
-