Lines Matching defs:Attribute

857 type Attribute struct {  struct
858 state protoimpl.MessageState
859 sizeCache protoimpl.SizeCache
860 unknownFields protoimpl.UnknownFields
863 Name *string `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
865 …t,13,opt,name=explicitly_specified,json=explicitlySpecified" json:"explicitly_specified,omitempty"`
869 Nodep *bool `protobuf:"varint,20,opt,name=nodep" json:"nodep,omitempty"`
873 … `protobuf:"varint,2,req,name=type,enum=blaze_query.Attribute_Discriminator" json:"type,omitempty"`
877 IntValue *int32 `protobuf:"varint,3,opt,name=int_value,json=intValue" json:"int_value,omitempty"`
881 …e *string `protobuf:"bytes,5,opt,name=string_value,json=stringValue" json:"string_value,omitempty"`
883 …bool `protobuf:"varint,14,opt,name=boolean_value,json=booleanValue" json:"boolean_value,omitempty"`
885 …tate_value,json=tristateValue,enum=blaze_query.Attribute_Tristate" json:"tristate_value,omitempty"`
888 …tobuf:"bytes,6,rep,name=string_list_value,json=stringListValue" json:"string_list_value,omitempty"`
890 License *License `protobuf:"bytes,7,opt,name=license" json:"license,omitempty"`
892 …tobuf:"bytes,8,rep,name=string_dict_value,json=stringDictValue" json:"string_dict_value,omitempty"`
895 …uf:"bytes,9,rep,name=fileset_list_value,json=filesetListValue" json:"fileset_list_value,omitempty"`
897 …,10,rep,name=label_list_dict_value,json=labelListDictValue" json:"label_list_dict_value,omitempty"`
899 …,rep,name=string_list_dict_value,json=stringListDictValue" json:"string_list_dict_value,omitempty"`
901 …32 `protobuf:"varint,17,rep,name=int_list_value,json=intListValue" json:"int_list_value,omitempty"`
903 …,rep,name=label_dict_unary_value,json=labelDictUnaryValue" json:"label_dict_unary_value,omitempty"`
905 …d_string_dict_value,json=labelKeyedStringDictValue" json:"label_keyed_string_dict_value,omitempty"`
909 …rList `protobuf:"bytes,21,opt,name=selector_list,json=selectorList" json:"selector_list,omitempty"`
910 …dict_unary_value,json=DEPRECATEDStringDictUnaryValue" json:"DEPRECATED_string_dict_unary_value,omi…
913 func (x *Attribute) Reset() {
922 func (x *Attribute) String() string {
926 func (*Attribute) ProtoMessage() {}
928 func (x *Attribute) ProtoReflect() protoreflect.Message {
941 func (*Attribute) Descriptor() ([]byte, []int) {
945 func (x *Attribute) GetName() string {
952 func (x *Attribute) GetExplicitlySpecified() bool {
959 func (x *Attribute) GetNodep() bool {
966 func (x *Attribute) GetType() Attribute_Discriminator {
973 func (x *Attribute) GetIntValue() int32 {
980 func (x *Attribute) GetStringValue() string {
987 func (x *Attribute) GetBooleanValue() bool {
994 func (x *Attribute) GetTristateValue() Attribute_Tristate {
1001 func (x *Attribute) GetStringListValue() []string {
1008 func (x *Attribute) GetLicense() *License {
1015 func (x *Attribute) GetStringDictValue() []*StringDictEntry {
1022 func (x *Attribute) GetFilesetListValue() []*FilesetEntry {
1029 func (x *Attribute) GetLabelListDictValue() []*LabelListDictEntry {
1036 func (x *Attribute) GetStringListDictValue() []*StringListDictEntry {
1043 func (x *Attribute) GetIntListValue() []int32 {
1050 func (x *Attribute) GetLabelDictUnaryValue() []*LabelDictUnaryEntry {
1057 func (x *Attribute) GetLabelKeyedStringDictValue() []*LabelKeyedStringDictEntry {
1064 func (x *Attribute) GetSelectorList() *Attribute_SelectorList {
1071 func (x *Attribute) GetDEPRECATEDStringDictUnaryValue() [][]byte {
1096 Attribute []*Attribute `protobuf:"bytes,4,rep,name=attribute" json:"attribute,omitempty"` member
2143Attribute []*AttributeDefinition `protobuf:"bytes,2,rep,name=attribute" json:"attribute,omitem… member