Package mxaccess_worker.v1
Interface MxaccessWorker.GatewayHelloOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MxaccessWorker.GatewayHello,MxaccessWorker.GatewayHello.Builder
- Enclosing class:
- MxaccessWorker
public static interface MxaccessWorker.GatewayHelloOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring gateway_version = 3;com.google.protobuf.ByteStringstring gateway_version = 3;getNonce()string nonce = 2;com.google.protobuf.ByteStringstring nonce = 2;intuint32 supported_protocol_version = 1;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
-
getSupportedProtocolVersion
int getSupportedProtocolVersion()uint32 supported_protocol_version = 1;- Returns:
- The supportedProtocolVersion.
-
getNonce
String getNonce()string nonce = 2;- Returns:
- The nonce.
-
getNonceBytes
com.google.protobuf.ByteString getNonceBytes()string nonce = 2;- Returns:
- The bytes for nonce.
-
getGatewayVersion
String getGatewayVersion()string gateway_version = 3;- Returns:
- The gatewayVersion.
-
getGatewayVersionBytes
com.google.protobuf.ByteString getGatewayVersionBytes()string gateway_version = 3;- Returns:
- The bytes for gatewayVersion.
-