Interface TaskQueueVersionInfoOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    TaskQueueVersionInfo, TaskQueueVersionInfo.Builder

    @Generated(value="protoc",
               comments="annotations:TaskQueueVersionInfoOrBuilder.java.pb.meta")
    public interface TaskQueueVersionInfoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getTypesInfoCount

        int getTypesInfoCount()
         Task Queue info per Task Type. Key is the numerical value of the temporal.api.enums.v1.TaskQueueType enum.
         
        map<int32, .temporal.api.taskqueue.v1.TaskQueueTypeInfo> types_info = 1;
      • containsTypesInfo

        boolean containsTypesInfo​(int key)
         Task Queue info per Task Type. Key is the numerical value of the temporal.api.enums.v1.TaskQueueType enum.
         
        map<int32, .temporal.api.taskqueue.v1.TaskQueueTypeInfo> types_info = 1;
      • getTypesInfoMap

        java.util.Map<java.lang.Integer,​TaskQueueTypeInfo> getTypesInfoMap()
         Task Queue info per Task Type. Key is the numerical value of the temporal.api.enums.v1.TaskQueueType enum.
         
        map<int32, .temporal.api.taskqueue.v1.TaskQueueTypeInfo> types_info = 1;
      • getTypesInfoOrDefault

        TaskQueueTypeInfo getTypesInfoOrDefault​(int key,
                                                TaskQueueTypeInfo defaultValue)
         Task Queue info per Task Type. Key is the numerical value of the temporal.api.enums.v1.TaskQueueType enum.
         
        map<int32, .temporal.api.taskqueue.v1.TaskQueueTypeInfo> types_info = 1;
      • getTypesInfoOrThrow

        TaskQueueTypeInfo getTypesInfoOrThrow​(int key)
         Task Queue info per Task Type. Key is the numerical value of the temporal.api.enums.v1.TaskQueueType enum.
         
        map<int32, .temporal.api.taskqueue.v1.TaskQueueTypeInfo> types_info = 1;
      • getTaskReachabilityValue

        int getTaskReachabilityValue()
        .temporal.api.enums.v1.BuildIdTaskReachability task_reachability = 2;
        Returns:
        The enum numeric value on the wire for taskReachability.
      • getTaskReachability

        BuildIdTaskReachability getTaskReachability()
        .temporal.api.enums.v1.BuildIdTaskReachability task_reachability = 2;
        Returns:
        The taskReachability.