Interface GetWorkerBuildIdCompatabilityResponse.VersionsWithCompatiblePollersOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetWorkerBuildIdCompatabilityResponse.VersionsWithCompatiblePollers,GetWorkerBuildIdCompatabilityResponse.VersionsWithCompatiblePollers.Builder
- Enclosing class:
- GetWorkerBuildIdCompatabilityResponse
public static interface GetWorkerBuildIdCompatabilityResponse.VersionsWithCompatiblePollersOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetMostRecentBuildId()The latest build id which completed a workflow task on some open workflowcom.google.protobuf.ByteStringgetMostRecentBuildIdBytes()The latest build id which completed a workflow task on some open workflowPollerInfogetPollers(int index)Currently polling workers who are compatible with `most_recent_build_id`.intgetPollersCount()Currently polling workers who are compatible with `most_recent_build_id`.java.util.List<PollerInfo>getPollersList()Currently polling workers who are compatible with `most_recent_build_id`.PollerInfoOrBuildergetPollersOrBuilder(int index)Currently polling workers who are compatible with `most_recent_build_id`.java.util.List<? extends PollerInfoOrBuilder>getPollersOrBuilderList()Currently polling workers who are compatible with `most_recent_build_id`.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMostRecentBuildId
java.lang.String getMostRecentBuildId()
The latest build id which completed a workflow task on some open workflow
string most_recent_build_id = 1;- Returns:
- The mostRecentBuildId.
-
getMostRecentBuildIdBytes
com.google.protobuf.ByteString getMostRecentBuildIdBytes()
The latest build id which completed a workflow task on some open workflow
string most_recent_build_id = 1;- Returns:
- The bytes for mostRecentBuildId.
-
getPollersList
java.util.List<PollerInfo> getPollersList()
Currently polling workers who are compatible with `most_recent_build_id`.
repeated .temporal.api.taskqueue.v1.PollerInfo pollers = 2;
-
getPollers
PollerInfo getPollers(int index)
Currently polling workers who are compatible with `most_recent_build_id`.
repeated .temporal.api.taskqueue.v1.PollerInfo pollers = 2;
-
getPollersCount
int getPollersCount()
Currently polling workers who are compatible with `most_recent_build_id`.
repeated .temporal.api.taskqueue.v1.PollerInfo pollers = 2;
-
getPollersOrBuilderList
java.util.List<? extends PollerInfoOrBuilder> getPollersOrBuilderList()
Currently polling workers who are compatible with `most_recent_build_id`.
repeated .temporal.api.taskqueue.v1.PollerInfo pollers = 2;
-
getPollersOrBuilder
PollerInfoOrBuilder getPollersOrBuilder(int index)
Currently polling workers who are compatible with `most_recent_build_id`.
repeated .temporal.api.taskqueue.v1.PollerInfo pollers = 2;
-
-