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
Modifier and TypeMethodDescriptionWorker instance key to which the command should be sent.com.google.protobuf.ByteStringWorker instance key to which the command should be sent.booleanWorker instance key to which the command should be sent.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
-
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
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()
-