Interface GetWorkerBuildIdCompatabilityResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetWorkerBuildIdCompatabilityResponse,GetWorkerBuildIdCompatabilityResponse.Builder
@Generated(value="protoc", comments="annotations:GetWorkerBuildIdCompatabilityResponseOrBuilder.java.pb.meta") public interface GetWorkerBuildIdCompatabilityResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetWorkerBuildIdCompatabilityResponse.VersionsWithCompatiblePollersgetActiveVersionsAndPollers(int index)A list of versions and pollers who are capable of processing tasks at that version (if any) for which there are currently open workflows.intgetActiveVersionsAndPollersCount()A list of versions and pollers who are capable of processing tasks at that version (if any) for which there are currently open workflows.java.util.List<GetWorkerBuildIdCompatabilityResponse.VersionsWithCompatiblePollers>getActiveVersionsAndPollersList()A list of versions and pollers who are capable of processing tasks at that version (if any) for which there are currently open workflows.GetWorkerBuildIdCompatabilityResponse.VersionsWithCompatiblePollersOrBuildergetActiveVersionsAndPollersOrBuilder(int index)A list of versions and pollers who are capable of processing tasks at that version (if any) for which there are currently open workflows.java.util.List<? extends GetWorkerBuildIdCompatabilityResponse.VersionsWithCompatiblePollersOrBuilder>getActiveVersionsAndPollersOrBuilderList()A list of versions and pollers who are capable of processing tasks at that version (if any) for which there are currently open workflows.CompatibleVersionSetgetMajorVersionSets(int index)Major version sets, in order from oldest to newest.intgetMajorVersionSetsCount()Major version sets, in order from oldest to newest.java.util.List<CompatibleVersionSet>getMajorVersionSetsList()Major version sets, in order from oldest to newest.CompatibleVersionSetOrBuildergetMajorVersionSetsOrBuilder(int index)Major version sets, in order from oldest to newest.java.util.List<? extends CompatibleVersionSetOrBuilder>getMajorVersionSetsOrBuilderList()Major version sets, in order from oldest to newest.GetWorkerBuildIdCompatabilityResponse.RetirementCandidategetRetirementCandidates(int index)A list of workers who are still live and polling the task queue, but may no longer be needed to make progress on open workflows.intgetRetirementCandidatesCount()A list of workers who are still live and polling the task queue, but may no longer be needed to make progress on open workflows.java.util.List<GetWorkerBuildIdCompatabilityResponse.RetirementCandidate>getRetirementCandidatesList()A list of workers who are still live and polling the task queue, but may no longer be needed to make progress on open workflows.GetWorkerBuildIdCompatabilityResponse.RetirementCandidateOrBuildergetRetirementCandidatesOrBuilder(int index)A list of workers who are still live and polling the task queue, but may no longer be needed to make progress on open workflows.java.util.List<? extends GetWorkerBuildIdCompatabilityResponse.RetirementCandidateOrBuilder>getRetirementCandidatesOrBuilderList()A list of workers who are still live and polling the task queue, but may no longer be needed to make progress on open workflows.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMajorVersionSetsList
java.util.List<CompatibleVersionSet> getMajorVersionSetsList()
Major version sets, in order from oldest to newest. The last element of the list will always be the current default major version. IE: New workflows will target the most recent version in that version set. There may be fewer sets returned than exist, if the request chose to limit this response.
repeated .temporal.api.taskqueue.v1.CompatibleVersionSet major_version_sets = 1;
-
getMajorVersionSets
CompatibleVersionSet getMajorVersionSets(int index)
Major version sets, in order from oldest to newest. The last element of the list will always be the current default major version. IE: New workflows will target the most recent version in that version set. There may be fewer sets returned than exist, if the request chose to limit this response.
repeated .temporal.api.taskqueue.v1.CompatibleVersionSet major_version_sets = 1;
-
getMajorVersionSetsCount
int getMajorVersionSetsCount()
Major version sets, in order from oldest to newest. The last element of the list will always be the current default major version. IE: New workflows will target the most recent version in that version set. There may be fewer sets returned than exist, if the request chose to limit this response.
repeated .temporal.api.taskqueue.v1.CompatibleVersionSet major_version_sets = 1;
-
getMajorVersionSetsOrBuilderList
java.util.List<? extends CompatibleVersionSetOrBuilder> getMajorVersionSetsOrBuilderList()
Major version sets, in order from oldest to newest. The last element of the list will always be the current default major version. IE: New workflows will target the most recent version in that version set. There may be fewer sets returned than exist, if the request chose to limit this response.
repeated .temporal.api.taskqueue.v1.CompatibleVersionSet major_version_sets = 1;
-
getMajorVersionSetsOrBuilder
CompatibleVersionSetOrBuilder getMajorVersionSetsOrBuilder(int index)
Major version sets, in order from oldest to newest. The last element of the list will always be the current default major version. IE: New workflows will target the most recent version in that version set. There may be fewer sets returned than exist, if the request chose to limit this response.
repeated .temporal.api.taskqueue.v1.CompatibleVersionSet major_version_sets = 1;
-
getRetirementCandidatesList
java.util.List<GetWorkerBuildIdCompatabilityResponse.RetirementCandidate> getRetirementCandidatesList()
A list of workers who are still live and polling the task queue, but may no longer be needed to make progress on open workflows.
repeated .temporal.api.workflowservice.v1.GetWorkerBuildIdCompatabilityResponse.RetirementCandidate retirement_candidates = 2;
-
getRetirementCandidates
GetWorkerBuildIdCompatabilityResponse.RetirementCandidate getRetirementCandidates(int index)
A list of workers who are still live and polling the task queue, but may no longer be needed to make progress on open workflows.
repeated .temporal.api.workflowservice.v1.GetWorkerBuildIdCompatabilityResponse.RetirementCandidate retirement_candidates = 2;
-
getRetirementCandidatesCount
int getRetirementCandidatesCount()
A list of workers who are still live and polling the task queue, but may no longer be needed to make progress on open workflows.
repeated .temporal.api.workflowservice.v1.GetWorkerBuildIdCompatabilityResponse.RetirementCandidate retirement_candidates = 2;
-
getRetirementCandidatesOrBuilderList
java.util.List<? extends GetWorkerBuildIdCompatabilityResponse.RetirementCandidateOrBuilder> getRetirementCandidatesOrBuilderList()
A list of workers who are still live and polling the task queue, but may no longer be needed to make progress on open workflows.
repeated .temporal.api.workflowservice.v1.GetWorkerBuildIdCompatabilityResponse.RetirementCandidate retirement_candidates = 2;
-
getRetirementCandidatesOrBuilder
GetWorkerBuildIdCompatabilityResponse.RetirementCandidateOrBuilder getRetirementCandidatesOrBuilder(int index)
A list of workers who are still live and polling the task queue, but may no longer be needed to make progress on open workflows.
repeated .temporal.api.workflowservice.v1.GetWorkerBuildIdCompatabilityResponse.RetirementCandidate retirement_candidates = 2;
-
getActiveVersionsAndPollersList
java.util.List<GetWorkerBuildIdCompatabilityResponse.VersionsWithCompatiblePollers> getActiveVersionsAndPollersList()
A list of versions and pollers who are capable of processing tasks at that version (if any) for which there are currently open workflows.
repeated .temporal.api.workflowservice.v1.GetWorkerBuildIdCompatabilityResponse.VersionsWithCompatiblePollers active_versions_and_pollers = 3;
-
getActiveVersionsAndPollers
GetWorkerBuildIdCompatabilityResponse.VersionsWithCompatiblePollers getActiveVersionsAndPollers(int index)
A list of versions and pollers who are capable of processing tasks at that version (if any) for which there are currently open workflows.
repeated .temporal.api.workflowservice.v1.GetWorkerBuildIdCompatabilityResponse.VersionsWithCompatiblePollers active_versions_and_pollers = 3;
-
getActiveVersionsAndPollersCount
int getActiveVersionsAndPollersCount()
A list of versions and pollers who are capable of processing tasks at that version (if any) for which there are currently open workflows.
repeated .temporal.api.workflowservice.v1.GetWorkerBuildIdCompatabilityResponse.VersionsWithCompatiblePollers active_versions_and_pollers = 3;
-
getActiveVersionsAndPollersOrBuilderList
java.util.List<? extends GetWorkerBuildIdCompatabilityResponse.VersionsWithCompatiblePollersOrBuilder> getActiveVersionsAndPollersOrBuilderList()
A list of versions and pollers who are capable of processing tasks at that version (if any) for which there are currently open workflows.
repeated .temporal.api.workflowservice.v1.GetWorkerBuildIdCompatabilityResponse.VersionsWithCompatiblePollers active_versions_and_pollers = 3;
-
getActiveVersionsAndPollersOrBuilder
GetWorkerBuildIdCompatabilityResponse.VersionsWithCompatiblePollersOrBuilder getActiveVersionsAndPollersOrBuilder(int index)
A list of versions and pollers who are capable of processing tasks at that version (if any) for which there are currently open workflows.
repeated .temporal.api.workflowservice.v1.GetWorkerBuildIdCompatabilityResponse.VersionsWithCompatiblePollers active_versions_and_pollers = 3;
-
-