Package mxaccess_worker.v1
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 TypeMethodDescriptiongetNonce()string nonce = 2;com.google.protobuf.ByteStringstring nonce = 2;intuint32 protocol_version = 1;intint32 worker_process_id = 3;string worker_version = 4;com.google.protobuf.ByteStringstring worker_version = 4;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
-
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.
-