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
Modifier and TypeMethodDescriptionbooleancontainsStatsByPriorityKey(int key) Task queue stats breakdown by priority key.getName()string name = 1;com.google.protobuf.ByteStringstring name = 1;getStats()Only set if `report_task_queue_stats` is set on the request.Deprecated.intTask queue stats breakdown by priority key.Task queue stats breakdown by priority key.getStatsByPriorityKeyOrDefault(int key, TaskQueueStats defaultValue) Task queue stats breakdown by priority key.getStatsByPriorityKeyOrThrow(int key) Task queue stats breakdown by priority key.Only set if `report_task_queue_stats` is set on the request.getType().temporal.api.enums.v1.TaskQueueType type = 2;int.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.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getName
-
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
-
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.UsegetStatsByPriorityKeyMap()instead. -
getStatsByPriorityKeyMap
Map<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
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
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;
-