Interface TaskQueueReachabilityOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TaskQueueReachability,TaskQueueReachability.Builder
@Generated(value="protoc",
comments="annotations:TaskQueueReachabilityOrBuilder.java.pb.meta")
public interface TaskQueueReachabilityOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetReachability(int index) Task reachability for a worker in a single task queue.intTask reachability for a worker in a single task queue.Task reachability for a worker in a single task queue.intgetReachabilityValue(int index) Task reachability for a worker in a single task queue.Task reachability for a worker in a single task queue.string task_queue = 1;com.google.protobuf.ByteStringstring task_queue = 1;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
-
getTaskQueue
-
getTaskQueueBytes
com.google.protobuf.ByteString getTaskQueueBytes()string task_queue = 1;- Returns:
- The bytes for taskQueue.
-
getReachabilityList
List<TaskReachability> getReachabilityList()Task reachability for a worker in a single task queue. See the TaskReachability docstring for information about each enum variant. If reachability is empty, this worker is considered unreachable in this task queue.
repeated .temporal.api.enums.v1.TaskReachability reachability = 2;- Returns:
- A list containing the reachability.
-
getReachabilityCount
int getReachabilityCount()Task reachability for a worker in a single task queue. See the TaskReachability docstring for information about each enum variant. If reachability is empty, this worker is considered unreachable in this task queue.
repeated .temporal.api.enums.v1.TaskReachability reachability = 2;- Returns:
- The count of reachability.
-
getReachability
Task reachability for a worker in a single task queue. See the TaskReachability docstring for information about each enum variant. If reachability is empty, this worker is considered unreachable in this task queue.
repeated .temporal.api.enums.v1.TaskReachability reachability = 2;- Parameters:
index- The index of the element to return.- Returns:
- The reachability at the given index.
-
getReachabilityValueList
Task reachability for a worker in a single task queue. See the TaskReachability docstring for information about each enum variant. If reachability is empty, this worker is considered unreachable in this task queue.
repeated .temporal.api.enums.v1.TaskReachability reachability = 2;- Returns:
- A list containing the enum numeric values on the wire for reachability.
-
getReachabilityValue
int getReachabilityValue(int index) Task reachability for a worker in a single task queue. See the TaskReachability docstring for information about each enum variant. If reachability is empty, this worker is considered unreachable in this task queue.
repeated .temporal.api.enums.v1.TaskReachability reachability = 2;- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of reachability at the given index.
-