Lines Matching defs:Rule
1079 type Rule struct { struct
1080 state protoimpl.MessageState
1081 sizeCache protoimpl.SizeCache
1082 unknownFields protoimpl.UnknownFields
1085 Name *string `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
1087 …leClass *string `protobuf:"bytes,2,req,name=rule_class,json=ruleClass" json:"rule_class,omitempty"`
1094 Location *string `protobuf:"bytes,3,opt,name=location" json:"location,omitempty"`
1096 Attribute []*Attribute `protobuf:"bytes,4,rep,name=attribute" json:"attribute,omitempty"`
1099 …g `protobuf:"bytes,5,rep,name=rule_input,json=ruleInput" json:"rule_input,omitempty"`
1100 …15,rep,name=configured_rule_input,json=configuredRuleInput" json:"configured_rule_input,omitempty"`
1103 …put []string `protobuf:"bytes,6,rep,name=rule_output,json=ruleOutput" json:"rule_output,omitempty"`
1105 … `protobuf:"bytes,7,rep,name=default_setting,json=defaultSetting" json:"default_setting,omitempty"`
1107 …ED_public_by_default,json=DEPRECATEDPublicByDefault" json:"DEPRECATED_public_by_default,omitempty"`
1108 …10,opt,name=DEPRECATED_is_skylark,json=DEPRECATEDIsSkylark" json:"DEPRECATED_is_skylark,omitempty"`
1111 …ironment_hash_code,json=skylarkEnvironmentHashCode" json:"skylark_environment_hash_code,omitempty"`
1119 …ytes,13,rep,name=instantiation_stack,json=instantiationStack" json:"instantiation_stack,omitempty"`
1124 …otobuf:"bytes,14,rep,name=definition_stack,json=definitionStack" json:"definition_stack,omitempty"`
1127 func (x *Rule) Reset() {
1136 func (x *Rule) String() string {
1140 func (*Rule) ProtoMessage() {}
1142 func (x *Rule) ProtoReflect() protoreflect.Message {
1155 func (*Rule) Descriptor() ([]byte, []int) {
1159 func (x *Rule) GetName() string {
1166 func (x *Rule) GetRuleClass() string {
1173 func (x *Rule) GetLocation() string {
1180 func (x *Rule) GetAttribute() []*Attribute {
1187 func (x *Rule) GetRuleInput() []string {
1194 func (x *Rule) GetConfiguredRuleInput() []*ConfiguredRuleInput {
1201 func (x *Rule) GetRuleOutput() []string {
1208 func (x *Rule) GetDefaultSetting() []string {
1215 func (x *Rule) GetDEPRECATEDPublicByDefault() bool {
1222 func (x *Rule) GetDEPRECATEDIsSkylark() bool {
1229 func (x *Rule) GetSkylarkEnvironmentHashCode() string {
1236 func (x *Rule) GetInstantiationStack() []string {
1243 func (x *Rule) GetDefinitionStack() []string {
1322 Rule *Rule `protobuf:"bytes,1,req,name=rule" json:"rule,omitempty"` member
1717 Rule *Rule `protobuf:"bytes,2,opt,name=rule" json:"rule,omitempty"` member
2215 Rule []*RuleDefinition `protobuf:"bytes,1,rep,name=rule" json:"rule,omitempty"` member