Interface UpdateWorkerVersioningRulesRequest.DeleteBuildIdAssignmentRuleOrBuilder

    • 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 delete operation will be rejected.
      int getRuleIndex()
      int32 rule_index = 1;
      • 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.
      • getForce

        boolean getForce()
         By default presence of one unconditional rule is enforced, otherwise
         the delete 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 = 2;
        Returns:
        The force.