Interface MxaccessWorker.WorkerHelloOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MxaccessWorker.WorkerHello, MxaccessWorker.WorkerHello.Builder
Enclosing class:
MxaccessWorker

public static interface MxaccessWorker.WorkerHelloOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string nonce = 2;
    com.google.protobuf.ByteString
    string nonce = 2;
    int
    uint32 protocol_version = 1;
    int
    int32 worker_process_id = 3;
    string worker_version = 4;
    com.google.protobuf.ByteString
    string worker_version = 4;

    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

    • getProtocolVersion

      int getProtocolVersion()
      uint32 protocol_version = 1;
      Returns:
      The protocolVersion.
    • getNonce

      String getNonce()
      string nonce = 2;
      Returns:
      The nonce.
    • getNonceBytes

      com.google.protobuf.ByteString getNonceBytes()
      string nonce = 2;
      Returns:
      The bytes for nonce.
    • getWorkerProcessId

      int getWorkerProcessId()
      int32 worker_process_id = 3;
      Returns:
      The workerProcessId.
    • getWorkerVersion

      String getWorkerVersion()
      string worker_version = 4;
      Returns:
      The workerVersion.
    • getWorkerVersionBytes

      com.google.protobuf.ByteString getWorkerVersionBytes()
      string worker_version = 4;
      Returns:
      The bytes for workerVersion.