Interface GetWorkerBuildIdCompatibilityResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GetWorkerBuildIdCompatibilityResponse, GetWorkerBuildIdCompatibilityResponse.Builder

@Generated(value="protoc", comments="annotations:GetWorkerBuildIdCompatibilityResponseOrBuilder.java.pb.meta") public interface GetWorkerBuildIdCompatibilityResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getMajorVersionSetsList

      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

      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;