type github.com/golang/protobuf/ptypes/struct.Value_StringValue

2 uses

	github.com/golang/protobuf/ptypes/struct (current package)
		struct.pb.go#L26: type Value_StringValue = structpb.Value_StringValue

	cloud.google.com/go/logging
		logging.go#L752: 		return &structpb.Value{Kind: &structpb.Value_StringValue{StringValue: x}}