Interface DescribeWorkerDeploymentVersionResponse.VersionTaskQueueOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DescribeWorkerDeploymentVersionResponse.VersionTaskQueue,DescribeWorkerDeploymentVersionResponse.VersionTaskQueue.Builder
- Enclosing class:
- DescribeWorkerDeploymentVersionResponse
public static interface DescribeWorkerDeploymentVersionResponse.VersionTaskQueueOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsStatsByPriorityKey(int key)Task queue stats breakdown by priority key.java.lang.StringgetName()string name = 1;com.google.protobuf.ByteStringgetNameBytes()string name = 1;TaskQueueStatsgetStats()Only set if `report_task_queue_stats` is set on the request.java.util.Map<java.lang.Integer,TaskQueueStats>getStatsByPriorityKey()Deprecated.intgetStatsByPriorityKeyCount()Task queue stats breakdown by priority key.java.util.Map<java.lang.Integer,TaskQueueStats>getStatsByPriorityKeyMap()Task queue stats breakdown by priority key.TaskQueueStatsgetStatsByPriorityKeyOrDefault(int key, TaskQueueStats defaultValue)Task queue stats breakdown by priority key.TaskQueueStatsgetStatsByPriorityKeyOrThrow(int key)Task queue stats breakdown by priority key.TaskQueueStatsOrBuildergetStatsOrBuilder()Only set if `report_task_queue_stats` is set on the request.TaskQueueTypegetType().temporal.api.enums.v1.TaskQueueType type = 2;intgetTypeValue().temporal.api.enums.v1.TaskQueueType type = 2;booleanhasStats()Only set if `report_task_queue_stats` is set on the request.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
getStatsByPriorityKey
@Deprecated java.util.Map<java.lang.Integer,TaskQueueStats> getStatsByPriorityKey()
Deprecated.UsegetStatsByPriorityKeyMap()instead.
-
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;
-
-