Home
last modified time | relevance | path

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

/prebuilts/bazel/common/proto/build/
Dbuild.pb.go557 type LabelListDictEntry struct { struct
558 state protoimpl.MessageState
559 sizeCache protoimpl.SizeCache
560 unknownFields protoimpl.UnknownFields
562 Key *string `protobuf:"bytes,1,req,name=key" json:"key,omitempty"`
563 Value []string `protobuf:"bytes,2,rep,name=value" json:"value,omitempty"`
566 func (x *LabelListDictEntry) Reset() {
575 func (x *LabelListDictEntry) String() string {
579 func (*LabelListDictEntry) ProtoMessage() {}
581 func (x *LabelListDictEntry) ProtoReflect() protoreflect.Message {
[all …]
Dbuild.proto35 message LabelListDictEntry { message