Interface UpdateWorkerVersioningRulesRequest.InsertBuildIdAssignmentRuleOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      BuildIdAssignmentRule getRule()
      .temporal.api.taskqueue.v1.BuildIdAssignmentRule rule = 2;
      int getRuleIndex()
      Use this option to insert the rule in a particular index.
      BuildIdAssignmentRuleOrBuilder getRuleOrBuilder()
      .temporal.api.taskqueue.v1.BuildIdAssignmentRule rule = 2;
      boolean hasRule()
      .temporal.api.taskqueue.v1.BuildIdAssignmentRule rule = 2;
      • 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

      • getRuleIndex

        int getRuleIndex()
         Use this option to insert the rule in a particular index. By
         default, the new rule is inserted at the beginning of the list
         (index 0). If the given index is too larger the rule will be
         inserted at the end of the list.
         
        int32 rule_index = 1;
        Returns:
        The ruleIndex.
      • hasRule

        boolean hasRule()
        .temporal.api.taskqueue.v1.BuildIdAssignmentRule rule = 2;
        Returns:
        Whether the rule field is set.
      • getRule

        BuildIdAssignmentRule getRule()
        .temporal.api.taskqueue.v1.BuildIdAssignmentRule rule = 2;
        Returns:
        The rule.