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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      TaskReachability getReachability​(int index)
      Task reachability for a worker in a single task queue.
      int getReachabilityCount()
      Task reachability for a worker in a single task queue.
      java.util.List<TaskReachability> getReachabilityList()
      Task reachability for a worker in a single task queue.
      int getReachabilityValue​(int index)
      Task reachability for a worker in a single task queue.
      java.util.List<java.lang.Integer> getReachabilityValueList()
      Task reachability for a worker in a single task queue.
      java.lang.String getTaskQueue()
      string task_queue = 1;
      com.google.protobuf.ByteString getTaskQueueBytes()
      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 Detail

      • getTaskQueue

        java.lang.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

        java.util.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

        java.util.List<java.lang.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.