Interface DescribeWorkerDeploymentVersionResponse.VersionTaskQueueOrBuilder

    • Method Detail

      • getName

        java.lang.String getName()
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        string name = 1;
        Returns:
        The bytes for name.
      • getTypeValue

        int getTypeValue()
        .temporal.api.enums.v1.TaskQueueType type = 2;
        Returns:
        The enum numeric value on the wire for type.
      • getType

        TaskQueueType getType()
        .temporal.api.enums.v1.TaskQueueType type = 2;
        Returns:
        The type.
      • hasStats

        boolean hasStats()
         Only set if `report_task_queue_stats` is set on the request.
         
        .temporal.api.taskqueue.v1.TaskQueueStats stats = 3;
        Returns:
        Whether the stats field is set.
      • getStats

        TaskQueueStats getStats()
         Only set if `report_task_queue_stats` is set on the request.
         
        .temporal.api.taskqueue.v1.TaskQueueStats stats = 3;
        Returns:
        The stats.
      • getStatsOrBuilder

        TaskQueueStatsOrBuilder getStatsOrBuilder()
         Only set if `report_task_queue_stats` is set on the request.
         
        .temporal.api.taskqueue.v1.TaskQueueStats stats = 3;
      • getStatsByPriorityKeyCount

        int getStatsByPriorityKeyCount()
         Task queue stats breakdown by priority key. Only contains actively used priority keys.
         Only set if `report_task_queue_stats` is set to true in the request.
         (-- api-linter: core::0140::prepositions=disabled
             aip.dev/not-precedent: "by" is used to clarify the key. --)
         
        map<int32, .temporal.api.taskqueue.v1.TaskQueueStats> stats_by_priority_key = 4;
      • containsStatsByPriorityKey

        boolean containsStatsByPriorityKey​(int key)
         Task queue stats breakdown by priority key. Only contains actively used priority keys.
         Only set if `report_task_queue_stats` is set to true in the request.
         (-- api-linter: core::0140::prepositions=disabled
             aip.dev/not-precedent: "by" is used to clarify the key. --)
         
        map<int32, .temporal.api.taskqueue.v1.TaskQueueStats> stats_by_priority_key = 4;
      • getStatsByPriorityKeyMap

        java.util.Map<java.lang.Integer,​TaskQueueStats> getStatsByPriorityKeyMap()
         Task queue stats breakdown by priority key. Only contains actively used priority keys.
         Only set if `report_task_queue_stats` is set to true in the request.
         (-- api-linter: core::0140::prepositions=disabled
             aip.dev/not-precedent: "by" is used to clarify the key. --)
         
        map<int32, .temporal.api.taskqueue.v1.TaskQueueStats> stats_by_priority_key = 4;
      • getStatsByPriorityKeyOrDefault

        TaskQueueStats getStatsByPriorityKeyOrDefault​(int key,
                                                      TaskQueueStats defaultValue)
         Task queue stats breakdown by priority key. Only contains actively used priority keys.
         Only set if `report_task_queue_stats` is set to true in the request.
         (-- api-linter: core::0140::prepositions=disabled
             aip.dev/not-precedent: "by" is used to clarify the key. --)
         
        map<int32, .temporal.api.taskqueue.v1.TaskQueueStats> stats_by_priority_key = 4;
      • getStatsByPriorityKeyOrThrow

        TaskQueueStats getStatsByPriorityKeyOrThrow​(int key)
         Task queue stats breakdown by priority key. Only contains actively used priority keys.
         Only set if `report_task_queue_stats` is set to true in the request.
         (-- api-linter: core::0140::prepositions=disabled
             aip.dev/not-precedent: "by" is used to clarify the key. --)
         
        map<int32, .temporal.api.taskqueue.v1.TaskQueueStats> stats_by_priority_key = 4;