Interface DescribeTaskQueueResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DescribeTaskQueueResponse,DescribeTaskQueueResponse.Builder
@Generated(value="protoc", comments="annotations:DescribeTaskQueueResponseOrBuilder.java.pb.meta") public interface DescribeTaskQueueResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsVersionsInfo(java.lang.String key)This map contains Task Queue information for each Build ID.PollerInfogetPollers(int index)Deprecated.intgetPollersCount()Deprecated.java.util.List<PollerInfo>getPollersList()Deprecated.PollerInfoOrBuildergetPollersOrBuilder(int index)Deprecated.java.util.List<? extends PollerInfoOrBuilder>getPollersOrBuilderList()Deprecated.TaskQueueStatusgetTaskQueueStatus()Deprecated.TaskQueueStatusOrBuildergetTaskQueueStatusOrBuilder()Deprecated.TaskQueueVersioningInfogetVersioningInfo()Specifies which Worker Deployment Version(s) Server routes this Task Queue's tasks to.TaskQueueVersioningInfoOrBuildergetVersioningInfoOrBuilder()Specifies which Worker Deployment Version(s) Server routes this Task Queue's tasks to.java.util.Map<java.lang.String,TaskQueueVersionInfo>getVersionsInfo()Deprecated.intgetVersionsInfoCount()This map contains Task Queue information for each Build ID.java.util.Map<java.lang.String,TaskQueueVersionInfo>getVersionsInfoMap()This map contains Task Queue information for each Build ID.TaskQueueVersionInfogetVersionsInfoOrDefault(java.lang.String key, TaskQueueVersionInfo defaultValue)This map contains Task Queue information for each Build ID.TaskQueueVersionInfogetVersionsInfoOrThrow(java.lang.String key)This map contains Task Queue information for each Build ID.booleanhasTaskQueueStatus()Deprecated.booleanhasVersioningInfo()Specifies which Worker Deployment Version(s) Server routes this Task Queue's tasks to.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPollersList
java.util.List<PollerInfo> getPollersList()
Deprecated. Use `versions_info.types_info.pollers` with `ENHANCED` mode instead. Not set in `ENHANCED` mode.
repeated .temporal.api.taskqueue.v1.PollerInfo pollers = 1;
-
getPollers
PollerInfo getPollers(int index)
Deprecated. Use `versions_info.types_info.pollers` with `ENHANCED` mode instead. Not set in `ENHANCED` mode.
repeated .temporal.api.taskqueue.v1.PollerInfo pollers = 1;
-
getPollersCount
int getPollersCount()
Deprecated. Use `versions_info.types_info.pollers` with `ENHANCED` mode instead. Not set in `ENHANCED` mode.
repeated .temporal.api.taskqueue.v1.PollerInfo pollers = 1;
-
getPollersOrBuilderList
java.util.List<? extends PollerInfoOrBuilder> getPollersOrBuilderList()
Deprecated. Use `versions_info.types_info.pollers` with `ENHANCED` mode instead. Not set in `ENHANCED` mode.
repeated .temporal.api.taskqueue.v1.PollerInfo pollers = 1;
-
getPollersOrBuilder
PollerInfoOrBuilder getPollersOrBuilder(int index)
Deprecated. Use `versions_info.types_info.pollers` with `ENHANCED` mode instead. Not set in `ENHANCED` mode.
repeated .temporal.api.taskqueue.v1.PollerInfo pollers = 1;
-
hasTaskQueueStatus
boolean hasTaskQueueStatus()
Deprecated. Not set in `ENHANCED` mode.
.temporal.api.taskqueue.v1.TaskQueueStatus task_queue_status = 2;- Returns:
- Whether the taskQueueStatus field is set.
-
getTaskQueueStatus
TaskQueueStatus getTaskQueueStatus()
Deprecated. Not set in `ENHANCED` mode.
.temporal.api.taskqueue.v1.TaskQueueStatus task_queue_status = 2;- Returns:
- The taskQueueStatus.
-
getTaskQueueStatusOrBuilder
TaskQueueStatusOrBuilder getTaskQueueStatusOrBuilder()
Deprecated. Not set in `ENHANCED` mode.
.temporal.api.taskqueue.v1.TaskQueueStatus task_queue_status = 2;
-
getVersionsInfoCount
int getVersionsInfoCount()
This map contains Task Queue information for each Build ID. Empty string as key value means unversioned. Only set in `ENHANCED` mode.
map<string, .temporal.api.taskqueue.v1.TaskQueueVersionInfo> versions_info = 3;
-
containsVersionsInfo
boolean containsVersionsInfo(java.lang.String key)
This map contains Task Queue information for each Build ID. Empty string as key value means unversioned. Only set in `ENHANCED` mode.
map<string, .temporal.api.taskqueue.v1.TaskQueueVersionInfo> versions_info = 3;
-
getVersionsInfo
@Deprecated java.util.Map<java.lang.String,TaskQueueVersionInfo> getVersionsInfo()
Deprecated.UsegetVersionsInfoMap()instead.
-
getVersionsInfoMap
java.util.Map<java.lang.String,TaskQueueVersionInfo> getVersionsInfoMap()
This map contains Task Queue information for each Build ID. Empty string as key value means unversioned. Only set in `ENHANCED` mode.
map<string, .temporal.api.taskqueue.v1.TaskQueueVersionInfo> versions_info = 3;
-
getVersionsInfoOrDefault
TaskQueueVersionInfo getVersionsInfoOrDefault(java.lang.String key, TaskQueueVersionInfo defaultValue)
This map contains Task Queue information for each Build ID. Empty string as key value means unversioned. Only set in `ENHANCED` mode.
map<string, .temporal.api.taskqueue.v1.TaskQueueVersionInfo> versions_info = 3;
-
getVersionsInfoOrThrow
TaskQueueVersionInfo getVersionsInfoOrThrow(java.lang.String key)
This map contains Task Queue information for each Build ID. Empty string as key value means unversioned. Only set in `ENHANCED` mode.
map<string, .temporal.api.taskqueue.v1.TaskQueueVersionInfo> versions_info = 3;
-
hasVersioningInfo
boolean hasVersioningInfo()
Specifies which Worker Deployment Version(s) Server routes this Task Queue's tasks to. When not present, it means the tasks are routed to Unversioned workers (workers with UNVERSIONED or unspecified WorkerVersioningMode.) Task Queue Versioning info is updated indirectly by calling SetWorkerDeploymentCurrentVersion and SetWorkerDeploymentRampingVersion on Worker Deployments. Note: This information is not relevant to Pinned workflow executions and their activities as they are always routed to their Pinned Deployment Version. However, new workflow executions are typically not Pinned until they complete their first task (unless they are started with a Pinned VersioningOverride or are Child Workflows of a Pinned parent).
.temporal.api.taskqueue.v1.TaskQueueVersioningInfo versioning_info = 4;- Returns:
- Whether the versioningInfo field is set.
-
getVersioningInfo
TaskQueueVersioningInfo getVersioningInfo()
Specifies which Worker Deployment Version(s) Server routes this Task Queue's tasks to. When not present, it means the tasks are routed to Unversioned workers (workers with UNVERSIONED or unspecified WorkerVersioningMode.) Task Queue Versioning info is updated indirectly by calling SetWorkerDeploymentCurrentVersion and SetWorkerDeploymentRampingVersion on Worker Deployments. Note: This information is not relevant to Pinned workflow executions and their activities as they are always routed to their Pinned Deployment Version. However, new workflow executions are typically not Pinned until they complete their first task (unless they are started with a Pinned VersioningOverride or are Child Workflows of a Pinned parent).
.temporal.api.taskqueue.v1.TaskQueueVersioningInfo versioning_info = 4;- Returns:
- The versioningInfo.
-
getVersioningInfoOrBuilder
TaskQueueVersioningInfoOrBuilder getVersioningInfoOrBuilder()
Specifies which Worker Deployment Version(s) Server routes this Task Queue's tasks to. When not present, it means the tasks are routed to Unversioned workers (workers with UNVERSIONED or unspecified WorkerVersioningMode.) Task Queue Versioning info is updated indirectly by calling SetWorkerDeploymentCurrentVersion and SetWorkerDeploymentRampingVersion on Worker Deployments. Note: This information is not relevant to Pinned workflow executions and their activities as they are always routed to their Pinned Deployment Version. However, new workflow executions are typically not Pinned until they complete their first task (unless they are started with a Pinned VersioningOverride or are Child Workflows of a Pinned parent).
.temporal.api.taskqueue.v1.TaskQueueVersioningInfo versioning_info = 4;
-
-