type google.golang.org/genproto/googleapis/devtools/cloudtrace/v2.AttributeValue

24 uses

	google.golang.org/genproto/googleapis/devtools/cloudtrace/v2 (current package)
		trace.pb.go#L428: type AttributeValue struct {
		trace.pb.go#L442: func (x *AttributeValue) Reset() {
		trace.pb.go#L443: 	*x = AttributeValue{}
		trace.pb.go#L451: func (x *AttributeValue) String() string {
		trace.pb.go#L455: func (*AttributeValue) ProtoMessage() {}
		trace.pb.go#L457: func (x *AttributeValue) ProtoReflect() protoreflect.Message {
		trace.pb.go#L470: func (*AttributeValue) Descriptor() ([]byte, []int) {
		trace.pb.go#L474: func (m *AttributeValue) GetValue() isAttributeValue_Value {
		trace.pb.go#L481: func (x *AttributeValue) GetStringValue() *TruncatableString {
		trace.pb.go#L488: func (x *AttributeValue) GetIntValue() int64 {
		trace.pb.go#L495: func (x *AttributeValue) GetBoolValue() bool {
		trace.pb.go#L731: 	AttributeMap map[string]*AttributeValue `protobuf:"bytes,1,rep,name=attribute_map,json=attributeMap,proto3" json:"attribute_map,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
		trace.pb.go#L770: func (x *Span_Attributes) GetAttributeMap() map[string]*AttributeValue {
		trace.pb.go#L1700: 	(*AttributeValue)(nil),                // 4: google.devtools.cloudtrace.v2.AttributeValue
		trace.pb.go#L1779: 			switch v := v.(*AttributeValue); i {

	contrib.go.opencensus.io/exporter/stackdriver
		trace_proto.go#L105: 			AttributeMap: make(map[string]*tracepb.AttributeValue),
		trace_proto.go#L117: 		sp.Attributes.AttributeMap[agentLabel] = &tracepb.AttributeValue{
		trace_proto.go#L189: 		out.AttributeMap = make(map[string]*tracepb.AttributeValue)
		trace_proto.go#L208: 		(*out).AttributeMap = make(map[string]*tracepb.AttributeValue)
		trace_proto.go#L238: func attributeValue(v interface{}) *tracepb.AttributeValue {
		trace_proto.go#L241: 		return &tracepb.AttributeValue{
		trace_proto.go#L245: 		return &tracepb.AttributeValue{
		trace_proto.go#L250: 		return &tracepb.AttributeValue{
		trace_proto.go#L256: 		return &tracepb.AttributeValue{