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 Type
    Method
    Description
    getReachability(int index)
    Task reachability for a worker in a single task queue.
    int
    Task reachability for a worker in a single task queue.
    Task reachability for a worker in a single task queue.
    int
    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.ByteString
    string task_queue = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getTaskQueue

      String getTaskQueue()
      string task_queue = 1;
      Returns:
      The taskQueue.
    • 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

      TaskReachability getReachability(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 element to return.
      Returns:
      The reachability at the given index.
    • getReachabilityValueList

      List<Integer> 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.