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

5 uses

	google.golang.org/genproto/googleapis/devtools/cloudtrace/v2 (current package)
		trace.pb.go#L489: 	if x, ok := x.GetValue().(*AttributeValue_IntValue); ok {
		trace.pb.go#L511: type AttributeValue_IntValue struct {
		trace.pb.go#L523: func (*AttributeValue_IntValue) isAttributeValue_Value() {}
		trace.pb.go#L1937: 		(*AttributeValue_IntValue)(nil),

	contrib.go.opencensus.io/exporter/stackdriver
		trace_proto.go#L246: 			Value: &tracepb.AttributeValue_IntValue{IntValue: value},