Package mxaccess_worker.v1
Interface MxaccessWorker.WorkerReadyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MxaccessWorker.WorkerReady,MxaccessWorker.WorkerReady.Builder
- Enclosing class:
- MxaccessWorker
public static interface MxaccessWorker.WorkerReadyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring mxaccess_clsid = 3;com.google.protobuf.ByteStringstring mxaccess_clsid = 3;string mxaccess_progid = 2;com.google.protobuf.ByteStringstring mxaccess_progid = 2;com.google.protobuf.Timestamp.google.protobuf.Timestamp ready_timestamp = 4;com.google.protobuf.TimestampOrBuilder.google.protobuf.Timestamp ready_timestamp = 4;intint32 worker_process_id = 1;boolean.google.protobuf.Timestamp ready_timestamp = 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
-
getWorkerProcessId
int getWorkerProcessId()int32 worker_process_id = 1;- Returns:
- The workerProcessId.
-
getMxaccessProgid
String getMxaccessProgid()string mxaccess_progid = 2;- Returns:
- The mxaccessProgid.
-
getMxaccessProgidBytes
com.google.protobuf.ByteString getMxaccessProgidBytes()string mxaccess_progid = 2;- Returns:
- The bytes for mxaccessProgid.
-
getMxaccessClsid
String getMxaccessClsid()string mxaccess_clsid = 3;- Returns:
- The mxaccessClsid.
-
getMxaccessClsidBytes
com.google.protobuf.ByteString getMxaccessClsidBytes()string mxaccess_clsid = 3;- Returns:
- The bytes for mxaccessClsid.
-
hasReadyTimestamp
boolean hasReadyTimestamp().google.protobuf.Timestamp ready_timestamp = 4;- Returns:
- Whether the readyTimestamp field is set.
-
getReadyTimestamp
com.google.protobuf.Timestamp getReadyTimestamp().google.protobuf.Timestamp ready_timestamp = 4;- Returns:
- The readyTimestamp.
-
getReadyTimestampOrBuilder
com.google.protobuf.TimestampOrBuilder getReadyTimestampOrBuilder().google.protobuf.Timestamp ready_timestamp = 4;
-