Package io.temporal.api.common.v1
Interface WorkerSelectorOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WorkerSelector,WorkerSelector.Builder
@Generated(value="protoc", comments="annotations:WorkerSelectorOrBuilder.java.pb.meta") public interface WorkerSelectorOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkerSelector.SelectorCasegetSelectorCase()java.lang.StringgetWorkerInstanceKey()Worker instance key to which the command should be sent.com.google.protobuf.ByteStringgetWorkerInstanceKeyBytes()Worker instance key to which the command should be sent.booleanhasWorkerInstanceKey()Worker instance key to which the command should be sent.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasWorkerInstanceKey
boolean hasWorkerInstanceKey()
Worker instance key to which the command should be sent.
string worker_instance_key = 1;- Returns:
- Whether the workerInstanceKey field is set.
-
getWorkerInstanceKey
java.lang.String getWorkerInstanceKey()
Worker instance key to which the command should be sent.
string worker_instance_key = 1;- Returns:
- The workerInstanceKey.
-
getWorkerInstanceKeyBytes
com.google.protobuf.ByteString getWorkerInstanceKeyBytes()
Worker instance key to which the command should be sent.
string worker_instance_key = 1;- Returns:
- The bytes for workerInstanceKey.
-
getSelectorCase
WorkerSelector.SelectorCase getSelectorCase()
-
-