All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.temporal.api.taskqueue.v1.TaskQueueReachabilityOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.27.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: temporal/api/taskqueue/v1/message.proto

package io.temporal.api.taskqueue.v1;

@javax.annotation.Generated(value="protoc", comments="annotations:TaskQueueReachabilityOrBuilder.java.pb.meta")
public interface TaskQueueReachabilityOrBuilder extends
    // @@protoc_insertion_point(interface_extends:temporal.api.taskqueue.v1.TaskQueueReachability)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string task_queue = 1;
   * @return The taskQueue.
   */
  java.lang.String getTaskQueue();
  /**
   * string task_queue = 1;
   * @return The bytes for taskQueue.
   */
  com.google.protobuf.ByteString
      getTaskQueueBytes();

  /**
   * 
   * 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; * @return A list containing the reachability. */ java.util.List 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; * @return The count of reachability. */ 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; * @param index The index of the element to return. * @return The reachability at the given index. */ io.temporal.api.enums.v1.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; * @return A list containing the enum numeric values on the wire for reachability. */ java.util.List 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; * @param index The index of the value to return. * @return The enum numeric value on the wire of reachability at the given index. */ int getReachabilityValue(int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy