Interface UpdateWorkerVersioningRulesRequest.ReplaceBuildIdAssignmentRuleOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getForce()
      By default presence of one unconditional rule is enforced, otherwise the replace operation will be rejected.
      BuildIdAssignmentRule getRule()
      .temporal.api.taskqueue.v1.BuildIdAssignmentRule rule = 2;
      int getRuleIndex()
      int32 rule_index = 1;
      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()
        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.
      • getForce

        boolean getForce()
         By default presence of one unconditional rule is enforced, otherwise
         the replace operation will be rejected. Set `force` to true to
         bypass this validation. An unconditional assignment rule:
           - Has no hint filter
           - Has no ramp
         
        bool force = 3;
        Returns:
        The force.