Interface GetWorkerBuildIdCompatabilityResponse.VersionsWithCompatiblePollersOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getMostRecentBuildId()
      The latest build id which completed a workflow task on some open workflow
      com.google.protobuf.ByteString getMostRecentBuildIdBytes()
      The latest build id which completed a workflow task on some open workflow
      PollerInfo getPollers​(int index)
      Currently polling workers who are compatible with `most_recent_build_id`.
      int getPollersCount()
      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`.
      PollerInfoOrBuilder getPollersOrBuilder​(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.MessageLiteOrBuilder

        isInitialized
      • 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;