Package mxaccess_worker.v1
Interface MxaccessWorker.WorkerCommandOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MxaccessWorker.WorkerCommand,MxaccessWorker.WorkerCommand.Builder
- Enclosing class:
- MxaccessWorker
public static interface MxaccessWorker.WorkerCommandOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.mxaccess_gateway.v1.MxCommand command = 1;.mxaccess_gateway.v1.MxCommand command = 1;com.google.protobuf.Timestamp.google.protobuf.Timestamp enqueue_timestamp = 2;com.google.protobuf.TimestampOrBuilder.google.protobuf.Timestamp enqueue_timestamp = 2;boolean.mxaccess_gateway.v1.MxCommand command = 1;boolean.google.protobuf.Timestamp enqueue_timestamp = 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
-
hasCommand
boolean hasCommand().mxaccess_gateway.v1.MxCommand command = 1;- Returns:
- Whether the command field is set.
-
getCommand
MxaccessGateway.MxCommand getCommand().mxaccess_gateway.v1.MxCommand command = 1;- Returns:
- The command.
-
getCommandOrBuilder
MxaccessGateway.MxCommandOrBuilder getCommandOrBuilder().mxaccess_gateway.v1.MxCommand command = 1; -
hasEnqueueTimestamp
boolean hasEnqueueTimestamp().google.protobuf.Timestamp enqueue_timestamp = 2;- Returns:
- Whether the enqueueTimestamp field is set.
-
getEnqueueTimestamp
com.google.protobuf.Timestamp getEnqueueTimestamp().google.protobuf.Timestamp enqueue_timestamp = 2;- Returns:
- The enqueueTimestamp.
-
getEnqueueTimestampOrBuilder
com.google.protobuf.TimestampOrBuilder getEnqueueTimestampOrBuilder().google.protobuf.Timestamp enqueue_timestamp = 2;
-