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

5 uses

	google.golang.org/genproto/googleapis/devtools/cloudtrace/v2 (current package)
		trace.pb.go#L496: 	if x, ok := x.GetValue().(*AttributeValue_BoolValue); ok {
		trace.pb.go#L516: type AttributeValue_BoolValue struct {
		trace.pb.go#L525: func (*AttributeValue_BoolValue) isAttributeValue_Value() {}
		trace.pb.go#L1938: 		(*AttributeValue_BoolValue)(nil),

	contrib.go.opencensus.io/exporter/stackdriver
		trace_proto.go#L242: 			Value: &tracepb.AttributeValue_BoolValue{BoolValue: value},