google.golang.org/genproto/googleapis/devtools/cloudtrace/v2.Span_Link.Attributes (field)

3 uses

	google.golang.org/genproto/googleapis/devtools/cloudtrace/v2 (current package)
		trace.pb.go#L967: 	Attributes *Span_Attributes `protobuf:"bytes,4,opt,name=attributes,proto3" json:"attributes,omitempty"`
		trace.pb.go#L1025: 		return x.Attributes

	contrib.go.opencensus.io/exporter/stackdriver
		trace_proto.go#L164: 			copyAttributes(&link.Attributes, l.Attributes)