Home
last modified time | relevance | path

Searched defs:ConfiguredRuleInput (Results 1 – 2 of 2) sorted by relevance

/prebuilts/bazel/common/proto/build/
Dbuild.pb.go1100ConfiguredRuleInput []*ConfiguredRuleInput `protobuf:"bytes,15,rep,name=configured_rule_input,json… member
1250 type ConfiguredRuleInput struct { struct
1251 state protoimpl.MessageState
1252 sizeCache protoimpl.SizeCache
1253 unknownFields protoimpl.UnknownFields
1255 Label *string `protobuf:"bytes,1,opt,name=label" json:"label,omitempty"`
1256 …pt,name=configuration_checksum,json=configurationChecksum" json:"configuration_checksum,omitempty"`
1257 …otobuf:"varint,3,opt,name=configuration_id,json=configurationId" json:"configuration_id,omitempty"`
1260 func (x *ConfiguredRuleInput) Reset() {
1269 func (x *ConfiguredRuleInput) String() string {
[all …]
Dbuild.proto273 message ConfiguredRuleInput { message