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 Type
    Method
    Description
    string gateway_version = 3;
    com.google.protobuf.ByteString
    string gateway_version = 3;
    string nonce = 2;
    com.google.protobuf.ByteString
    string nonce = 2;
    int
    uint32 supported_protocol_version = 1;

    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

    • 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.