Lines Matching defs:AttributeValue
2057 type AttributeValue struct { struct
2058 state protoimpl.MessageState
2059 sizeCache protoimpl.SizeCache
2060 unknownFields protoimpl.UnknownFields
2062 … `protobuf:"varint,1,opt,name=int" json:"int,omitempty"` // type=int|tristate
2063 … `protobuf:"bytes,2,opt,name=string" json:"string,omitempty"` // type=string|label|output
2064 …ool `protobuf:"varint,3,opt,name=bool" json:"bool,omitempty"` // type=bool
2065 …Value `protobuf:"bytes,4,rep,name=list" json:"list,omitempty"` // type=*_list|distrib
2066 …ttributeValue_DictEntry `protobuf:"bytes,5,rep,name=dict" json:"dict,omitempty"` // type=*_dict
2069 func (x *AttributeValue) Reset() {
2078 func (x *AttributeValue) String() string {
2082 func (*AttributeValue) ProtoMessage() {}
2084 func (x *AttributeValue) ProtoReflect() protoreflect.Message {
2097 func (*AttributeValue) Descriptor() ([]byte, []int) {
2101 func (x *AttributeValue) GetInt() int32 {
2108 func (x *AttributeValue) GetString_() string {
2115 func (x *AttributeValue) GetBool() bool {
2122 func (x *AttributeValue) GetList() []*AttributeValue {
2129 func (x *AttributeValue) GetDict() []*AttributeValue_DictEntry {