Package mxaccess_gateway.v1
Interface MxaccessGateway.WorkerInfoReplyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MxaccessGateway.WorkerInfoReply,MxaccessGateway.WorkerInfoReply.Builder
- Enclosing class:
MxaccessGateway
public static interface MxaccessGateway.WorkerInfoReplyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring mxaccess_clsid = 4;com.google.protobuf.ByteStringstring mxaccess_clsid = 4;string mxaccess_progid = 3;com.google.protobuf.ByteStringstring mxaccess_progid = 3;intint32 worker_process_id = 1;string worker_version = 2;com.google.protobuf.ByteStringstring worker_version = 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
-
getWorkerProcessId
int getWorkerProcessId()int32 worker_process_id = 1;- Returns:
- The workerProcessId.
-
getWorkerVersion
String getWorkerVersion()string worker_version = 2;- Returns:
- The workerVersion.
-
getWorkerVersionBytes
com.google.protobuf.ByteString getWorkerVersionBytes()string worker_version = 2;- Returns:
- The bytes for workerVersion.
-
getMxaccessProgid
String getMxaccessProgid()string mxaccess_progid = 3;- Returns:
- The mxaccessProgid.
-
getMxaccessProgidBytes
com.google.protobuf.ByteString getMxaccessProgidBytes()string mxaccess_progid = 3;- Returns:
- The bytes for mxaccessProgid.
-
getMxaccessClsid
String getMxaccessClsid()string mxaccess_clsid = 4;- Returns:
- The mxaccessClsid.
-
getMxaccessClsidBytes
com.google.protobuf.ByteString getMxaccessClsidBytes()string mxaccess_clsid = 4;- Returns:
- The bytes for mxaccessClsid.
-